Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp661 const GlslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[GLSL_TYPE_VEC4]; in getGlslInputDeclarations() local
662 glslInputs << "layout(location = 0) in " << glslTypeDesc.name << " attr[numAttributes];\n"; in getGlslInputDeclarations()
668 …const GlslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].gl… in getGlslInputDeclarations() local
670 …glslInputs << "layout(location = " << m_locations[attributeNdx] << ") in " << glslTypeDesc.name <<… in getGlslInputDeclarations()
1539 const GlslTypeDescription glslTypeDesc = s_glslTypeDescriptions[glslType]; in isCompatibleType() local
1543 switch (glslTypeDesc.basicType) in isCompatibleType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp661 const GlslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[GLSL_TYPE_VEC4]; in getGlslInputDeclarations() local
662 glslInputs << "layout(location = 0) in " << glslTypeDesc.name << " attr[numAttributes];\n"; in getGlslInputDeclarations()
668 …const GlslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].gl… in getGlslInputDeclarations() local
670 …glslInputs << "layout(location = " << m_locations[attributeNdx] << ") in " << glslTypeDesc.name <<… in getGlslInputDeclarations()
1539 const GlslTypeDescription glslTypeDesc = s_glslTypeDescriptions[glslType]; in isCompatibleType() local
1543 switch (glslTypeDesc.basicType) in isCompatibleType()