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_no_buildgn/vulkan/spirv_assembly/
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()
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/spirv_assembly/
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()
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_no_buildgn/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp8005 , hasImage (false) in State()
8029 bool hasImage; member
8114 else if (!state.hasImage && supportsBuffers) // Avoid creating buffer if there is already image in getAvailableOps()
8125 if (state.hasImage) in getAvailableOps()
8156 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED)) in getAvailableOps()
8259 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED)) in getAvailableOps()
8561 DE_ASSERT(!state.hasImage); in applyOp()
8564 state.hasImage = true; in applyOp()
8569 DE_ASSERT(state.hasImage); in applyOp()
8572 state.hasImage = false; in applyOp()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp8005 , hasImage (false) in State()
8029 bool hasImage; member
8114 else if (!state.hasImage && supportsBuffers) // Avoid creating buffer if there is already image in getAvailableOps()
8125 if (state.hasImage) in getAvailableOps()
8156 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED)) in getAvailableOps()
8259 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED)) in getAvailableOps()
8561 DE_ASSERT(!state.hasImage); in applyOp()
8564 state.hasImage = true; in applyOp()
8569 DE_ASSERT(state.hasImage); in applyOp()
8572 state.hasImage = false; in applyOp()
[all …]