Home
last modified time | relevance | path

Searched refs:getShaderName (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateUtil.hpp33 std::string getShaderName (vk::VkShaderStageFlagBits stage);
H A DvktShaderObjectBinaryTests.cpp103 const auto& src = binaries.get(vk::getShaderName(stage)); in createShader()
442 const auto& src = binaries.get(getShaderName(m_shaderStage)); in iterate()
H A DvktShaderObjectCreateUtil.cpp31 std::string getShaderName (vk::VkShaderStageFlagBits stage) in getShaderName() function
H A DvktShaderObjectCreateTests.cpp528 const auto& src = binaries.get(getShaderName(stage) + std::to_string(i % 10)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2296 const std::string getShaderName (const VkShaderStageFlagBits stage) const
2303 return m_context.getBinaryCollection().get(getShaderName(stage));
3209 if (collection.contains(getShaderName(VK_SHADER_STAGE_RAYGEN_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_RAYGEN_BIT_KHR;
3210 if (collection.contains(getShaderName(VK_SHADER_STAGE_ANY_HIT_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_ANY_HIT_BIT_KHR;
3211 if (collection.contains(getShaderName(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR;
3212 if (collection.contains(getShaderName(VK_SHADER_STAGE_MISS_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_MISS_BIT_KHR;
3213 if (collection.contains(getShaderName(VK_SHADER_STAGE_INTERSECTION_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_INTERSECTION_BIT_KHR;
3214 if (collection.contains(getShaderName(VK_SHADER_STAGE_CALLABLE_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_CALLABLE_BIT_KHR;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2294 const std::string getShaderName (const VkShaderStageFlagBits stage) const
2301 return m_context.getBinaryCollection().get(getShaderName(stage));
3180 if (collection.contains(getShaderName(VK_SHADER_STAGE_RAYGEN_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_RAYGEN_BIT_KHR;
3181 if (collection.contains(getShaderName(VK_SHADER_STAGE_ANY_HIT_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_ANY_HIT_BIT_KHR;
3182 if (collection.contains(getShaderName(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR;
3183 if (collection.contains(getShaderName(VK_SHADER_STAGE_MISS_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_MISS_BIT_KHR;
3184 if (collection.contains(getShaderName(VK_SHADER_STAGE_INTERSECTION_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_INTERSECTION_BIT_KHR;
3185 if (collection.contains(getShaderName(VK_SHADER_STAGE_CALLABLE_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_CALLABLE_BIT_KHR;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp96 string getShaderName (ShaderType shaderType, size_t progNdx) in getShaderName() function
749 context.getBinaryCollection().get(getShaderName((glu::ShaderType)shaderType, 0)), 0u); in PipelineProgram()
1732 vk::GlslSource& curSrc = sourceCollection.glslSources.add(getShaderName((glu::ShaderType)shaderType, progNdx)); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp96 string getShaderName (ShaderType shaderType, size_t progNdx) in getShaderName() function
749 context.getBinaryCollection().get(getShaderName((glu::ShaderType)shaderType, 0)), 0u); in PipelineProgram()
1732 vk::GlslSource& curSrc = sourceCollection.glslSources.add(getShaderName((glu::ShaderType)shaderType, progNdx)); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1164 string getShaderName (const BufferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getShaderName() function
1247 const string shaderName = getShaderName(block, instanceNdx, bufVar, accessPath.getPath()); in generateCompareSrc()
1347 const string shaderName = getShaderName(block, instanceNdx, bufVar, accessPath.getPath()); in generateWriteSrc()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1070 string getShaderName (const BufferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getShaderName() function
1150 const string shaderName = getShaderName(block, instanceNdx, bufVar, accessPath.getPath()); in generateCompareSrc()
1234 const string shaderName = getShaderName(block, instanceNdx, bufVar, accessPath.getPath()); in generateWriteSrc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1164 string getShaderName (const BufferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getShaderName() function
1247 const string shaderName = getShaderName(block, instanceNdx, bufVar, accessPath.getPath()); in generateCompareSrc()
1347 const string shaderName = getShaderName(block, instanceNdx, bufVar, accessPath.getPath()); in generateWriteSrc()

Completed in 33 milliseconds