Searched refs:VkAttachmentReference (Results 1 - 25 of 36) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_struct_validate_helper.h42 uint32_t vk_validate_vkattachmentreference(const VkAttachmentReference* pStruct);
218 uint32_t vk_validate_vkattachmentreference(const VkAttachmentReference* pStruct)
1076 if (pStruct->pInputAttachments && !vk_validate_vkattachmentreference((const VkAttachmentReference*)pStruct->pInputAttachments))
1078 if (pStruct->pColorAttachments && !vk_validate_vkattachmentreference((const VkAttachmentReference*)pStruct->pColorAttachments))
1080 if (pStruct->pResolveAttachments && !vk_validate_vkattachmentreference((const VkAttachmentReference*)pStruct->pResolveAttachments))
1082 if (pStruct->pDepthStencilAttachment && !vk_validate_vkattachmentreference((const VkAttachmentReference*)pStruct->pDepthStencilAttachment))
H A Dvk_struct_size_helper.h40 size_t vk_size_vkattachmentreference(const VkAttachmentReference* pStruct);
H A Dvk_safe_struct.h818 const VkAttachmentReference* pInputAttachments;
820 const VkAttachmentReference* pColorAttachments;
821 const VkAttachmentReference* pResolveAttachments;
822 const VkAttachmentReference* pDepthStencilAttachment;
H A Dvk_struct_size_helper.c68 size_t vk_size_vkattachmentreference(const VkAttachmentReference* pStruct)
72 structSize = sizeof(VkAttachmentReference);
H A Dvk_struct_wrappers.h195 vkattachmentreference_struct_wrapper(VkAttachmentReference* pInStruct);
196 vkattachmentreference_struct_wrapper(const VkAttachmentReference* pInStruct);
212 VkAttachmentReference m_struct;
213 const VkAttachmentReference* m_origStructAddr;
4608 const VkAttachmentReference* get_pDepthStencilAttachment() { return m_struct.pDepthStencilAttachment; }
H A Dvk_struct_string_helper.h40 char* vk_print_vkattachmentreference(const VkAttachmentReference* pStruct, const char* prefix);
252 char* vk_print_vkattachmentreference(const VkAttachmentReference* pStruct, const char* prefix)
H A Dvk_struct_string_helper_no_addr.h40 char* vk_print_vkattachmentreference(const VkAttachmentReference* pStruct, const char* prefix);
252 char* vk_print_vkattachmentreference(const VkAttachmentReference* pStruct, const char* prefix)
H A Dvk_struct_string_helper_no_addr_cpp.h65 std::string vk_print_vkattachmentreference(const VkAttachmentReference* pStruct, const std::string prefix);
336 std::string vk_print_vkattachmentreference(const VkAttachmentReference* pStruct, const std::string prefix)
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_struct_validate_helper.h42 uint32_t vk_validate_vkattachmentreference(const VkAttachmentReference* pStruct);
218 uint32_t vk_validate_vkattachmentreference(const VkAttachmentReference* pStruct)
1076 if (pStruct->pInputAttachments && !vk_validate_vkattachmentreference((const VkAttachmentReference*)pStruct->pInputAttachments))
1078 if (pStruct->pColorAttachments && !vk_validate_vkattachmentreference((const VkAttachmentReference*)pStruct->pColorAttachments))
1080 if (pStruct->pResolveAttachments && !vk_validate_vkattachmentreference((const VkAttachmentReference*)pStruct->pResolveAttachments))
1082 if (pStruct->pDepthStencilAttachment && !vk_validate_vkattachmentreference((const VkAttachmentReference*)pStruct->pDepthStencilAttachment))
H A Dvk_struct_size_helper.h40 size_t vk_size_vkattachmentreference(const VkAttachmentReference* pStruct);
H A Dvk_safe_struct.h818 const VkAttachmentReference* pInputAttachments;
820 const VkAttachmentReference* pColorAttachments;
821 const VkAttachmentReference* pResolveAttachments;
822 const VkAttachmentReference* pDepthStencilAttachment;
H A Dvk_struct_size_helper.c68 size_t vk_size_vkattachmentreference(const VkAttachmentReference* pStruct)
72 structSize = sizeof(VkAttachmentReference);
H A Dvk_struct_wrappers.h195 vkattachmentreference_struct_wrapper(VkAttachmentReference* pInStruct);
196 vkattachmentreference_struct_wrapper(const VkAttachmentReference* pInStruct);
212 VkAttachmentReference m_struct;
213 const VkAttachmentReference* m_origStructAddr;
4608 const VkAttachmentReference* get_pDepthStencilAttachment() { return m_struct.pDepthStencilAttachment; }
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp3256 pInputAttachments = new VkAttachmentReference[pInStruct->inputAttachmentCount];
3257 memcpy ((void *)pInputAttachments, (void *)pInStruct->pInputAttachments, sizeof(VkAttachmentReference)*pInStruct->inputAttachmentCount);
3260 pColorAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3261 memcpy ((void *)pColorAttachments, (void *)pInStruct->pColorAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3264 pResolveAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3265 memcpy ((void *)pResolveAttachments, (void *)pInStruct->pResolveAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3268 pDepthStencilAttachment = new VkAttachmentReference(*pInStruct->pDepthStencilAttachment);
3291 pInputAttachments = new VkAttachmentReference[src.inputAttachmentCount];
3292 memcpy ((void *)pInputAttachments, (void *)src.pInputAttachments, sizeof(VkAttachmentReference)*src.inputAttachmentCount);
3295 pColorAttachments = new VkAttachmentReference[sr
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp3256 pInputAttachments = new VkAttachmentReference[pInStruct->inputAttachmentCount];
3257 memcpy ((void *)pInputAttachments, (void *)pInStruct->pInputAttachments, sizeof(VkAttachmentReference)*pInStruct->inputAttachmentCount);
3260 pColorAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3261 memcpy ((void *)pColorAttachments, (void *)pInStruct->pColorAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3264 pResolveAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3265 memcpy ((void *)pResolveAttachments, (void *)pInStruct->pResolveAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3268 pDepthStencilAttachment = new VkAttachmentReference(*pInStruct->pDepthStencilAttachment);
3291 pInputAttachments = new VkAttachmentReference[src.inputAttachmentCount];
3292 memcpy ((void *)pInputAttachments, (void *)src.pInputAttachments, sizeof(VkAttachmentReference)*src.inputAttachmentCount);
3295 pColorAttachments = new VkAttachmentReference[sr
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp3256 pInputAttachments = new VkAttachmentReference[pInStruct->inputAttachmentCount];
3257 memcpy ((void *)pInputAttachments, (void *)pInStruct->pInputAttachments, sizeof(VkAttachmentReference)*pInStruct->inputAttachmentCount);
3260 pColorAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3261 memcpy ((void *)pColorAttachments, (void *)pInStruct->pColorAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3264 pResolveAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3265 memcpy ((void *)pResolveAttachments, (void *)pInStruct->pResolveAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3268 pDepthStencilAttachment = new VkAttachmentReference(*pInStruct->pDepthStencilAttachment);
3291 pInputAttachments = new VkAttachmentReference[src.inputAttachmentCount];
3292 memcpy ((void *)pInputAttachments, (void *)src.pInputAttachments, sizeof(VkAttachmentReference)*src.inputAttachmentCount);
3295 pColorAttachments = new VkAttachmentReference[sr
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp3256 pInputAttachments = new VkAttachmentReference[pInStruct->inputAttachmentCount];
3257 memcpy ((void *)pInputAttachments, (void *)pInStruct->pInputAttachments, sizeof(VkAttachmentReference)*pInStruct->inputAttachmentCount);
3260 pColorAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3261 memcpy ((void *)pColorAttachments, (void *)pInStruct->pColorAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3264 pResolveAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3265 memcpy ((void *)pResolveAttachments, (void *)pInStruct->pResolveAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3268 pDepthStencilAttachment = new VkAttachmentReference(*pInStruct->pDepthStencilAttachment);
3291 pInputAttachments = new VkAttachmentReference[src.inputAttachmentCount];
3292 memcpy ((void *)pInputAttachments, (void *)src.pInputAttachments, sizeof(VkAttachmentReference)*src.inputAttachmentCount);
3295 pColorAttachments = new VkAttachmentReference[sr
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2023 typedef struct VkAttachmentReference { struct
2026 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
2032 const VkAttachmentReference* pInputAttachments;
2034 const VkAttachmentReference* pColorAttachments;
2035 const VkAttachmentReference* pResolveAttachments;
2036 const VkAttachmentReference* pDepthStencilAttachment;
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
H A Dvulkan.h1987 typedef struct VkAttachmentReference { struct
1990 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
1996 const VkAttachmentReference* pInputAttachments;
1998 const VkAttachmentReference* pColorAttachments;
1999 const VkAttachmentReference* pResolveAttachments;
2000 const VkAttachmentReference* pDepthStencilAttachment;
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
H A Dvulkan.h1987 typedef struct VkAttachmentReference { struct
1990 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
1996 const VkAttachmentReference* pInputAttachments;
1998 const VkAttachmentReference* pColorAttachments;
1999 const VkAttachmentReference* pResolveAttachments;
2000 const VkAttachmentReference* pDepthStencilAttachment;
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
H A Dvulkan.h1987 typedef struct VkAttachmentReference { struct
1990 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
1996 const VkAttachmentReference* pInputAttachments;
1998 const VkAttachmentReference* pColorAttachments;
1999 const VkAttachmentReference* pResolveAttachments;
2000 const VkAttachmentReference* pDepthStencilAttachment;
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
H A Dvulkan.h1987 typedef struct VkAttachmentReference { struct
1990 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
1996 const VkAttachmentReference* pInputAttachments;
1998 const VkAttachmentReference* pColorAttachments;
1999 const VkAttachmentReference* pResolveAttachments;
2000 const VkAttachmentReference* pDepthStencilAttachment;
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
H A Dvulkan.h1987 typedef struct VkAttachmentReference { struct
1990 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
1996 const VkAttachmentReference* pInputAttachments;
1998 const VkAttachmentReference* pColorAttachments;
1999 const VkAttachmentReference* pResolveAttachments;
2000 const VkAttachmentReference* pDepthStencilAttachment;
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
H A Dvulkan.h1987 typedef struct VkAttachmentReference { struct
1990 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
1996 const VkAttachmentReference* pInputAttachments;
1998 const VkAttachmentReference* pColorAttachments;
1999 const VkAttachmentReference* pResolveAttachments;
2000 const VkAttachmentReference* pDepthStencilAttachment;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2023 typedef struct VkAttachmentReference { struct
2026 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
2032 const VkAttachmentReference* pInputAttachments;
2034 const VkAttachmentReference* pColorAttachments;
2035 const VkAttachmentReference* pResolveAttachments;
2036 const VkAttachmentReference* pDepthStencilAttachment;

Completed in 460 milliseconds

12