Searched refs:VK_ATTACHMENT_UNUSED (Results 1 - 18 of 18) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation_types.h214 if (att != VK_ATTACHMENT_UNUSED) {
H A Dcore_validation.cpp2068 // If one array is larger, treat missing elements of shorter array as VK_ATTACHMENT_UNUSED & other array much match this
2076 if (index >= primaryCount) { // Check secondary as if primary is VK_ATTACHMENT_UNUSED
2077 if (VK_ATTACHMENT_UNUSED == pSecondary[index].attachment)
2079 } else if (index >= secondaryCount) { // Check primary as if secondary is VK_ATTACHMENT_UNUSED
2080 if (VK_ATTACHMENT_UNUSED == pPrimary[index].attachment)
2715 if (subpass_desc->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED)
2727 (subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED)) {
7307 VK_ATTACHMENT_UNUSED)) { // Says no DS will be used in active subpass
7315 (pSD->pDepthStencilAttachment) ? pSD->pDepthStencilAttachment->attachment : VK_ATTACHMENT_UNUSED,
8270 if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
[all...]
H A Dimage.cpp445 // No depth attachment is present, validate that subpasses set depthStencilAttachment to VK_ATTACHMENT_UNUSED;
448 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
451 << "] has VkSubpassDescription::depthStencilAttachment value that is not VK_ATTACHMENT_UNUSED";
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation_types.h214 if (att != VK_ATTACHMENT_UNUSED) {
H A Dcore_validation.cpp2068 // If one array is larger, treat missing elements of shorter array as VK_ATTACHMENT_UNUSED & other array much match this
2076 if (index >= primaryCount) { // Check secondary as if primary is VK_ATTACHMENT_UNUSED
2077 if (VK_ATTACHMENT_UNUSED == pSecondary[index].attachment)
2079 } else if (index >= secondaryCount) { // Check primary as if secondary is VK_ATTACHMENT_UNUSED
2080 if (VK_ATTACHMENT_UNUSED == pPrimary[index].attachment)
2715 if (subpass_desc->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED)
2727 (subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED)) {
7307 VK_ATTACHMENT_UNUSED)) { // Says no DS will be used in active subpass
7315 (pSD->pDepthStencilAttachment) ? pSD->pDepthStencilAttachment->attachment : VK_ATTACHMENT_UNUSED,
8270 if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
[all...]
H A Dimage.cpp445 // No depth attachment is present, validate that subpasses set depthStencilAttachment to VK_ATTACHMENT_UNUSED;
448 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
451 << "] has VkSubpassDescription::depthStencilAttachment value that is not VK_ATTACHMENT_UNUSED";
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp2068 // If one array is larger, treat missing elements of shorter array as VK_ATTACHMENT_UNUSED & other array much match this
2076 if (index >= primaryCount) { // Check secondary as if primary is VK_ATTACHMENT_UNUSED
2077 if (VK_ATTACHMENT_UNUSED == pSecondary[index].attachment)
2079 } else if (index >= secondaryCount) { // Check primary as if secondary is VK_ATTACHMENT_UNUSED
2080 if (VK_ATTACHMENT_UNUSED == pPrimary[index].attachment)
2715 if (subpass_desc->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED)
2727 (subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED)) {
7307 VK_ATTACHMENT_UNUSED)) { // Says no DS will be used in active subpass
7315 (pSD->pDepthStencilAttachment) ? pSD->pDepthStencilAttachment->attachment : VK_ATTACHMENT_UNUSED,
8270 if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp2068 // If one array is larger, treat missing elements of shorter array as VK_ATTACHMENT_UNUSED & other array much match this
2076 if (index >= primaryCount) { // Check secondary as if primary is VK_ATTACHMENT_UNUSED
2077 if (VK_ATTACHMENT_UNUSED == pSecondary[index].attachment)
2079 } else if (index >= secondaryCount) { // Check primary as if secondary is VK_ATTACHMENT_UNUSED
2080 if (VK_ATTACHMENT_UNUSED == pPrimary[index].attachment)
2715 if (subpass_desc->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED)
2727 (subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED)) {
7307 VK_ATTACHMENT_UNUSED)) { // Says no DS will be used in active subpass
7315 (pSD->pDepthStencilAttachment) ? pSD->pDepthStencilAttachment->attachment : VK_ATTACHMENT_UNUSED,
8270 if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
H A Dimage.cpp445 // No depth attachment is present, validate that subpasses set depthStencilAttachment to VK_ATTACHMENT_UNUSED;
448 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
451 << "] has VkSubpassDescription::depthStencilAttachment value that is not VK_ATTACHMENT_UNUSED";
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
H A Dimage.cpp445 // No depth attachment is present, validate that subpasses set depthStencilAttachment to VK_ATTACHMENT_UNUSED;
448 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
451 << "] has VkSubpassDescription::depthStencilAttachment value that is not VK_ATTACHMENT_UNUSED";
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h99 #define VK_ATTACHMENT_UNUSED (~0U) macro
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
H A Dvulkan.h100 #define VK_ATTACHMENT_UNUSED (~0U) macro
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
H A Dvulkan.h100 #define VK_ATTACHMENT_UNUSED (~0U) macro
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
H A Dvulkan.h100 #define VK_ATTACHMENT_UNUSED (~0U) macro
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
H A Dvulkan.h100 #define VK_ATTACHMENT_UNUSED (~0U) macro
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
H A Dvulkan.h100 #define VK_ATTACHMENT_UNUSED (~0U) macro
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
H A Dvulkan.h100 #define VK_ATTACHMENT_UNUSED (~0U) macro
/prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h99 #define VK_ATTACHMENT_UNUSED (~0U) macro

Completed in 335 milliseconds