Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp180 GlslType glslType; member
209 static bool isCompatibleType (VkFormat format, GlslType glslType);
235 VertexInputTest::GlslType glslType; member
329 const VertexInputTest::GlslType type = attributeInfo.glslType; in getConsumedLocations()
363 …if (s_glslTypeDescriptions[m_attributeInfos[attributeNdx].glslType].basicType == GLSL_BASIC_TYPE_D… in VertexInputTest()
378 const GlslTypeDescription& glslTypeDescription = s_glslTypeDescriptions[attributeInfo.glslType]; in VertexInputTest()
534 const GlslTypeDescription& glslTypeDescription = s_glslTypeDescriptions[attributeInfo.glslType]; in createInstance()
541 attributeInfo.glslType, // GlslType glslType; in createInstance()
668 …lslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].glslType]; in getGlslInputDeclarations()
695 …const int vertexInputCount = VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].verte… in getGlslVertexCheck()
[all …]
DvktPipelineInterfaceMatchingTests.cpp426 std::string glslType; member
504 …outDecorationData.glslComponent + ") out " + outDecoration + outVecData.glslType + " looseVariable… in initPrograms()
505 … inDecorationData.glslComponent + ") in " + inDecoration + inVecData.glslType + " looseVariable… in initPrograms()
514 outDecoration + outVecData.glslType + " variableInBlock;\n" in initPrograms()
519 inDecoration + inVecData.glslType + " variableInBlock;\n" in initPrograms()
528 " " + outVecData.glslType + " variableInStruct;\n" in initPrograms()
532 " " + inVecData.glslType + " variableInStruct;\n" in initPrograms()
541 " " + outVecData.glslType + " variableInStruct;\n" in initPrograms()
545 " " + inVecData.glslType + " variableInStruct;\n" in initPrograms()
555 " " + outVecData.glslType + " variableInStruct;\n" in initPrograms()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp180 GlslType glslType; member
209 static bool isCompatibleType (VkFormat format, GlslType glslType);
235 VertexInputTest::GlslType glslType; member
329 const VertexInputTest::GlslType type = attributeInfo.glslType; in getConsumedLocations()
363 …if (s_glslTypeDescriptions[m_attributeInfos[attributeNdx].glslType].basicType == GLSL_BASIC_TYPE_D… in VertexInputTest()
378 const GlslTypeDescription& glslTypeDescription = s_glslTypeDescriptions[attributeInfo.glslType]; in VertexInputTest()
534 const GlslTypeDescription& glslTypeDescription = s_glslTypeDescriptions[attributeInfo.glslType]; in createInstance()
541 attributeInfo.glslType, // GlslType glslType; in createInstance()
668 …lslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].glslType]; in getGlslInputDeclarations()
695 …const int vertexInputCount = VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].verte… in getGlslVertexCheck()
[all …]
DvktPipelineInterfaceMatchingTests.cpp426 std::string glslType; member
504 …outDecorationData.glslComponent + ") out " + outDecoration + outVecData.glslType + " looseVariable… in initPrograms()
505 … inDecorationData.glslComponent + ") in " + inDecoration + inVecData.glslType + " looseVariable… in initPrograms()
514 outDecoration + outVecData.glslType + " variableInBlock;\n" in initPrograms()
519 inDecoration + inVecData.glslType + " variableInBlock;\n" in initPrograms()
528 " " + outVecData.glslType + " variableInStruct;\n" in initPrograms()
532 " " + inVecData.glslType + " variableInStruct;\n" in initPrograms()
541 " " + outVecData.glslType + " variableInStruct;\n" in initPrograms()
545 " " + inVecData.glslType + " variableInStruct;\n" in initPrograms()
555 " " + outVecData.glslType + " variableInStruct;\n" in initPrograms()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp45 virtual std::string getTypeString(const char *glslType) = 0;
62 std::string getTypeString(const char *glslType) override;
79 std::string getTypeString(const char *glslType) override;
90 std::string getTypeString(const char *glslType) override;
170 std::string RoundingHelperWriterGLSL::getTypeString(const char *glslType) in getTypeString() argument
172 return glslType; in getTypeString()
175 std::string RoundingHelperWriterESSL::getTypeString(const char *glslType) in getTypeString() argument
178 typeStrStr << "highp " << glslType; in getTypeString()
368 std::string RoundingHelperWriterHLSL::getTypeString(const char *glslType) in getTypeString() argument
370 return GetHLSLTypeStr(glslType); in getTypeString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderInOutTestsEXT.cpp241 const auto glslType = getGLSLType(); in getCheckStatement() local
251 …maxElem << glslType << "(max(max(max(" << sourceName << "[0], " << sourceName << "[1]), " << sourc… in getCheckStatement()
252 …minElem << glslType << "(min(min(min(" << sourceName << "[0], " << sourceName << "[1]), " << sourc… in getCheckStatement()
DvktMeshShaderMiscTests.cpp3093 const auto glslType = getGLSLType(); in getCheckStatement() local
3103 …maxElem << glslType << "(max(max(max(" << sourceName << "[0], " << sourceName << "[1]), " << sourc… in getCheckStatement()
3104 …minElem << glslType << "(min(min(min(" << sourceName << "[0], " << sourceName << "[1]), " << sourc… in getCheckStatement()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderInOutTestsEXT.cpp241 const auto glslType = getGLSLType(); in getCheckStatement() local
251 …maxElem << glslType << "(max(max(max(" << sourceName << "[0], " << sourceName << "[1]), " << sourc… in getCheckStatement()
252 …minElem << glslType << "(min(min(min(" << sourceName << "[0], " << sourceName << "[1]), " << sourc… in getCheckStatement()
DvktMeshShaderMiscTests.cpp3093 const auto glslType = getGLSLType(); in getCheckStatement() local
3103 …maxElem << glslType << "(max(max(max(" << sourceName << "[0], " << sourceName << "[1]), " << sourc… in getCheckStatement()
3104 …minElem << glslType << "(min(min(min(" << sourceName << "[0], " << sourceName << "[1]), " << sourc… in getCheckStatement()