Home
last modified time | relevance | path

Searched refs:getDescriptorType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2369 const vk::VkDescriptorType resourceType = resource.getDescriptorType(); in createBufferForResource()
2403 getMatchingImageUsageFlags(resource.getDescriptorType()), // VkImageUsageFlags usage; in createImageForResource()
2921 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline()
2922 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline()
2923 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in runAndVerifyDefaultPipeline()
2925 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline()
2926 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLER) || in runAndVerifyDefaultPipeline()
2927 (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in runAndVerifyDefaultPipeline()
2999 resource.getDescriptorType(), // descriptorType in runAndVerifyDefaultPipeline()
3009 resource.getDescriptorType(), // type in runAndVerifyDefaultPipeline()
[all …]
DvktSpvAsmComputeShaderCase.cpp474 const VkDescriptorType descType = m_shaderSpec.inputs[inputNdx].getDescriptorType(); in iterate()
686 …DE_ASSERT(m_shaderSpec.outputs[outputNdx].getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_BUFFER… in iterate()
688 descriptorTypes.push_back(m_shaderSpec.outputs[outputNdx].getDescriptorType()); in iterate()
DvktSpvAsmUtils.hpp160 virtual vk::VkDescriptorType getDescriptorType () const { return descriptorType; } in getDescriptorType() function in vkt::SpirVAssembly::Resource
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.hpp78 vk::VkDescriptorType getDescriptorType (BufferType bufferType);
213 .addSingleBinding(getDescriptorType(m_bufferType), vk::VK_SHADER_STAGE_COMPUTE_BIT) in validateBuffer()
218 .addType(getDescriptorType(m_bufferType), 1u) in validateBuffer()
DvktProtectedMemBufferValidator.cpp182 vk::VkDescriptorType getDescriptorType (BufferType bufferType) in getDescriptorType() function