| /third_party/skia/src/sksl/ir/ |
| D | SkSLConstructorArrayCast.cpp | 21 const Type& scalarType = destType.componentType(); in cast_constant_array() local
|
| D | SkSLConstructorCompoundCast.cpp | 23 const Type& scalarType = destType.componentType(); in cast_constant_composite() local
|
| D | SkSLIndexExpression.cpp | 133 const Type& scalarType = baseType.componentType(); in Make() local
|
| D | SkSLSwizzle.cpp | 391 const Type* scalarType = &baseType.componentType(); in Convert() local
|
| D | SkSLType.cpp | 107 LiteralType(const char* name, const Type& scalarType, int8_t priority) in LiteralType() 442 std::unique_ptr<Type> Type::MakeLiteralType(const char* name, const Type& scalarType, in MakeLiteralType()
|
| /third_party/skia/m133/src/sksl/ir/ |
| D | SkSLConstructorArrayCast.cpp | 26 const Type& scalarType = destType.componentType(); in cast_constant_array() local
|
| D | SkSLConstructorCompoundCast.cpp | 29 const Type& scalarType = destType.componentType(); in cast_constant_composite() local
|
| D | SkSLSwizzle.cpp | 402 const Type* scalarType = &baseType.componentType(); in Convert() local
|
| D | SkSLType.cpp | 278 LiteralType(const char* name, const Type& scalarType, int8_t priority) in LiteralType() 818 std::unique_ptr<Type> Type::MakeLiteralType(const char* name, const Type& scalarType, in MakeLiteralType()
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluShaderUtil.cpp | 1002 DataType getDataTypeVector (DataType scalarType, int size) in getDataTypeVector()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
| D | vktTransformFeedbackFuzzLayoutCase.cpp | 463 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/external/vulkancts/modules/vulkan/transform_feedback/ |
| D | vktTransformFeedbackFuzzLayoutCase.cpp | 463 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/modules/glshared/ |
| D | glsRandomShaderProgram.cpp | 51 const glu::DataType scalarType = varType.isFloatOrVec() ? glu::TYPE_FLOAT : in mapToBasicType() local
|
| D | glsRandomShaderCase.cpp | 410 const char* scalarType = DE_NULL; in operator <<() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineSpecConstantTests.cpp | 2046 const glu::DataType scalarType = glu::getDataTypeScalarType(type); in makeMatrixVectorCompositeCaseDefinition() local 2103 const glu::DataType scalarType = glu::getDataTypeScalarType(elemType); in makeArrayCompositeCaseDefinition() local 2143 const glu::DataType scalarType = glu::getDataTypeScalarType(memberType); in makeStructCompositeCaseDefinition() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| D | vktShaderCommonFunctionTests.cpp | 160 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
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineSpecConstantTests.cpp | 2033 const glu::DataType scalarType = glu::getDataTypeScalarType(type); in makeMatrixVectorCompositeCaseDefinition() local 2090 const glu::DataType scalarType = glu::getDataTypeScalarType(elemType); in makeArrayCompositeCaseDefinition() local 2130 const glu::DataType scalarType = glu::getDataTypeScalarType(memberType); in makeStructCompositeCaseDefinition() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderCommonFunctionTests.cpp | 160 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
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fUniformLocationTests.cpp | 329 const glu::DataType scalarType = glu::getDataTypeScalarType(subType.getBasicType()); in genShaderSources() local 592 const glu::DataType scalarType = glu::getDataTypeScalarType(type.getBasicType()); in render() local
|
| D | es31fSSBOLayoutCase.cpp | 728 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
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
| D | vktMemoryModelSharedLayoutCase.cpp | 92 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
| D | vktMemoryModelSharedLayoutCase.cpp | 92 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| D | vktSSBOLayoutCase.cpp | 768 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/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
| D | vktSSBOLayoutCase.cpp | 768 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/ |
| D | glcShaderLibrary.cpp | 742 DataType scalarType = getDataTypeScalarType(expectedDataType); in parseValueElement() local
|