Home
last modified time | relevance | path

Searched defs:descType (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp204 const char* getDescriptorName (DescriptorType descType) in getDescriptorName()
248 VkDescriptorType getVkDescriptorType (DescriptorType descType) in getVkDescriptorType()
289 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr()
434 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr()
661 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty,… in getImageSamplerTypeStr()
717 std::string getInterfaceList (DescriptorType descType) in getInterfaceList()
738 std::string getSamplerDecoration (DescriptorType descType) in getSamplerDecoration()
DvktSpvAsmComputeShaderCase.cpp488 const VkDescriptorType descType = m_shaderSpec.inputs[inputNdx].getDescriptorType(); in iterate() local
568 const VkDescriptorType descType = descriptorTypes[inputNdx]; in iterate() local
/external/armnn/src/backends/backendsCommon/test/
DIsLayerSupportedTestImpl.hpp485 #define DECLARE_LAYER_POLICY_CUSTOM_PARAM(name, descType) \ argument
504 #define DECLARE_LAYER_POLICY_MAP_PARAM(name, descType) \ argument
534 #define DECLARE_LAYER_POLICY_EXCEPTION(name, descType) \ argument
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp588 VkDescriptorType descType, in addInterfaceBlockDescriptorSetDesc()
684 const VkDescriptorType descType = imageBinding.textureType == gl::TextureType::Buffer in addImageDescriptorSetDesc() local
819 const VkDescriptorType descType = in addTextureDescriptorSetDesc() local
835 VkDescriptorType descType, in WriteBufferDescriptorSetBinding()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp890 …const VkDescriptorType descType = (useRef ? VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER : VK_DESCRIPTOR_TY… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp1320 const auto descType = bindings[0].typeAtIteration(iteration); in toNonMutable() local
2641 for (const auto& descType : usedDescriptorTypes) in checkSupport() local
2719 for (const auto& descType : usedDescriptorTypes) in checkSupport() local
DvktBindingShaderAccessTests.cpp165 vk::VkDescriptorType descType, in verifyDriverSupport()
276 vk::VkImageLayout getImageLayoutForDescriptorType (vk::VkDescriptorType descType) in getImageLayoutForDescriptorType()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1393 const auto descType = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in iterate() local