Home
last modified time | relevance | path

Searched defs:scalarType (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/src/sksl/ir/
DSkSLConstructorArrayCast.cpp21 const Type& scalarType = destType.componentType(); in cast_constant_array() local
DSkSLConstructorCompoundCast.cpp23 const Type& scalarType = destType.componentType(); in cast_constant_composite() local
DSkSLIndexExpression.cpp128 const Type& scalarType = baseType.componentType(); in Make() local
DSkSLSwizzle.cpp391 const Type* scalarType = &baseType.componentType(); in Convert() local
DSkSLType.cpp97 LiteralType(const char* name, const Type& scalarType, int8_t priority) in LiteralType()
432 std::unique_ptr<Type> Type::MakeLiteralType(const char* name, const Type& scalarType, in MakeLiteralType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp463 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in createMask() local
644 const glu::DataType scalarType = glu::getDataTypeScalarType(elemBasicType); in computeXfbLayout() local
906 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
1207 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc() local
1283 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in writeMatrixTypeSrc() local
1313 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in writeMatrixTypeSrc() local
1797 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in validateValue() local
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.cpp1002 DataType getDataTypeVector (DataType scalarType, int size) in getDataTypeVector()
DgluShaderLibrary.cpp926 DataType scalarType = getDataTypeScalarType(expectedDataType); in parseValueElement() local
/third_party/vk-gl-cts/modules/glshared/
DglsRandomShaderProgram.cpp51 const glu::DataType scalarType = varType.isFloatOrVec() ? glu::TYPE_FLOAT : in mapToBasicType() local
DglsRandomShaderCase.cpp410 const char* scalarType = DE_NULL; in operator <<() local
DglsUniformBlockCase.cpp627 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
947 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp160 const glu::DataType scalarType = glu::getDataTypeScalarType(type); in getComponentByteSize() local
303 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() local
345 for (const auto scalarType : scalarTypes) in addFunctionCases() local
DvktShaderIntegerFunctionTests.cpp84 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() local
234 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1996 const glu::DataType scalarType = glu::getDataTypeScalarType(type); in makeMatrixVectorCompositeCaseDefinition() local
2053 const glu::DataType scalarType = glu::getDataTypeScalarType(elemType); in makeArrayCompositeCaseDefinition() local
2093 const glu::DataType scalarType = glu::getDataTypeScalarType(memberType); in makeStructCompositeCaseDefinition() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fUniformLocationTests.cpp329 const glu::DataType scalarType = glu::getDataTypeScalarType(subType.getBasicType()); in genShaderSources() local
592 const glu::DataType scalarType = glu::getDataTypeScalarType(type.getBasicType()); in render() local
Des31fSSBOLayoutCase.cpp728 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
1009 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in generateImmScalarVectorSrc() local
1642 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps) in compareComponents()
1694 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type); in compareBufferVarData() local
Des31fShaderIntegerFunctionTests.cpp82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() local
1087 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.cpp92 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp768 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
1098 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in generateImmScalarVectorSrc() local
1510 glu::DataType scalarType = glu::getDataTypeScalarType(dstEntry.type); in copyBufferVarData() local
1663 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps) in compareComponents()
1716 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type); in compareBufferVarData() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibrary.cpp742 DataType scalarType = getDataTypeScalarType(expectedDataType); in parseValueElement() local
DglcUniformBlockCase.cpp598 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
859 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp924 vk::VkFormat getVecFormat (DataType scalarType, int scalarSize) in getVecFormat()
1011 const DataType scalarType = getDataTypeScalarType(basicType); in getVertexAttributeDescriptions() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp728 glu::DataType scalarType = glu::getDataTypeScalarType(type); in compareTransformFeedbackOutput() local
1123 glu::DataType scalarType = glu::getDataTypeScalarType(attrib->type.getBasicType()); in runTest() local
Des3fShaderCommonFunctionTests.cpp282 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() local
1610 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp740 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
1200 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc() local

12