/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 | 128 const Type& scalarType = baseType.componentType(); in Make() local
|
D | SkSLSwizzle.cpp | 391 const Type* scalarType = &baseType.componentType(); in Convert() local
|
D | SkSLType.cpp | 97 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/ |
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/framework/opengl/ |
D | gluShaderUtil.cpp | 1002 DataType getDataTypeVector (DataType scalarType, int size) in getDataTypeVector()
|
D | gluShaderLibrary.cpp | 926 DataType scalarType = getDataTypeScalarType(expectedDataType); in parseValueElement() 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
|
D | glsUniformBlockCase.cpp | 627 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/ |
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
|
D | vktShaderIntegerFunctionTests.cpp | 84 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/ |
D | vktPipelineSpecConstantTests.cpp | 1996 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/ |
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
|
D | es31fShaderIntegerFunctionTests.cpp | 82 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/ |
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/openglcts/modules/common/ |
D | glcShaderLibrary.cpp | 742 DataType scalarType = getDataTypeScalarType(expectedDataType); in parseValueElement() local
|
D | glcUniformBlockCase.cpp | 598 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/ |
D | vktShaderLibrary.cpp | 924 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/ |
D | es3fTransformFeedbackTests.cpp | 728 glu::DataType scalarType = glu::getDataTypeScalarType(type); in compareTransformFeedbackOutput() local 1123 glu::DataType scalarType = glu::getDataTypeScalarType(attrib->type.getBasicType()); in runTest() local
|
D | es3fShaderCommonFunctionTests.cpp | 282 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/ |
D | vktUniformBlockCase.cpp | 740 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local 1200 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc() local
|