Home
last modified time | relevance | path

Searched refs:hasImage (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp490 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate() local
501 if (!hasImage && !hasSampler) in iterate()
518 else if (hasImage) in iterate()
570 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate() local
579 if (hasImage || hasSampler) in iterate()
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3457 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline() local
3466 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()
3486 else if (hasImage) in runAndVerifyDefaultPipeline()
3621 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline() local
3630 if (hasImage || hasSampler) in runAndVerifyDefaultPipeline()
3753 ( (hasImage | hasSampler) ? &dImageInfos.back() : DE_NULL), // pImageInfo in runAndVerifyDefaultPipeline()
3754 (!(hasImage | hasSampler) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp490 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate() local
501 if (!hasImage && !hasSampler) in iterate()
518 else if (hasImage) in iterate()
570 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate() local
579 if (hasImage || hasSampler) in iterate()
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3454 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline() local
3463 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()
3483 else if (hasImage) in runAndVerifyDefaultPipeline()
3618 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline() local
3627 if (hasImage || hasSampler) in runAndVerifyDefaultPipeline()
3750 ( (hasImage | hasSampler) ? &dImageInfos.back() : DE_NULL), // pImageInfo in runAndVerifyDefaultPipeline()
3751 (!(hasImage | hasSampler) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp8005 , hasImage (false)
8029 bool hasImage;
8114 else if (!state.hasImage && supportsBuffers) // Avoid creating buffer if there is already image
8125 if (state.hasImage)
8156 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED))
8259 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED))
8561 DE_ASSERT(!state.hasImage);
8564 state.hasImage = true;
8569 DE_ASSERT(state.hasImage);
8572 state.hasImage
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp8005 , hasImage (false)
8029 bool hasImage;
8114 else if (!state.hasImage && supportsBuffers) // Avoid creating buffer if there is already image
8125 if (state.hasImage)
8156 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED))
8259 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED))
8561 DE_ASSERT(!state.hasImage);
8564 state.hasImage = true;
8569 DE_ASSERT(state.hasImage);
8572 state.hasImage
[all...]

Completed in 29 milliseconds