Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2707 …virtual std::string genResourceDeclarations (vk::VkShaderStageFlagBits stage, int numUsedBindi…
2757 << genResourceDeclarations(vk::VK_SHADER_STAGE_VERTEX_BIT, 0) in genVertexSource()
2811 << genResourceDeclarations(vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, 0) in genTessCtrlSource()
2896 << genResourceDeclarations(vk::VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, 0) in genTessEvalSource()
2955 << genResourceDeclarations(vk::VK_SHADER_STAGE_GEOMETRY_BIT, 0) in genGeometrySource()
3007 << genResourceDeclarations(vk::VK_SHADER_STAGE_FRAGMENT_BIT, 0); in genFragmentSource()
3073 << genResourceDeclarations(vk::VK_SHADER_STAGE_COMPUTE_BIT, 1) in genComputeSource()
3135 …std::string genResourceDeclarations (vk::VkShaderStageFlagBits stage, int numUsedBindings) c…
3177 std::string BufferDescriptorCase::genResourceDeclarations (vk::VkShaderStageFlagBits stage, int num… in genResourceDeclarations() function in vkt::BindingModel::__anon1f3887440111::BufferDescriptorCase
6240 …std::string genResourceDeclarations (vk::VkShaderStageFlagBits stage, int numUsedBindings) co…
[all …]