Home
last modified time | relevance | path

Searched refs:getDataTypeScalarType (Results 1 - 25 of 52) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp413 if ((m_caseType == CASETYPE_FRAGMENT_ONLY) || (getDataTypeScalarType(dataType) != TYPE_FLOAT)) in execute()
545 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in genVertexShader()
565 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in genVertexShader()
713 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in genCompareOp()
759 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in genFragmentShader()
804 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in specializeVertexShader()
816 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in specializeVertexShader()
867 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in specializeFragmentShader()
921 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in specializeShaders()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp164 if (getDataTypeScalarType(basicType) == TYPE_FLOAT) in genVertexShader()
182 if (getDataTypeScalarType(val.type.getBasicType()) == TYPE_FLOAT) in genVertexShader()
214 if (getDataTypeScalarType(val.type.getBasicType()) == TYPE_FLOAT) in genCompareOp()
263 if (getDataTypeScalarType(basicType) == TYPE_FLOAT) in genFragmentShader()
309 if (getDataTypeScalarType(basicType) == TYPE_FLOAT) in specializeVertexShader()
330 if (getDataTypeScalarType(basicType) == TYPE_FLOAT) in specializeVertexShader()
384 if (getDataTypeScalarType(basicType) == TYPE_FLOAT) in specializeFragmentShader()
450 if (getDataTypeScalarType(basicType) == TYPE_FLOAT) in generateVertexSpecialization()
1246 if ((m_spec.caseType == CASETYPE_FRAGMENT_ONLY) || (getDataTypeScalarType(dataType) != TYPE_FLOAT))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp390 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT16 || in BlockBasicTypeCase()
391 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT16 || in BlockBasicTypeCase()
392 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_FLOAT16) in BlockBasicTypeCase()
396 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT8 || in BlockBasicTypeCase()
397 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT8) in BlockBasicTypeCase()
406 block.addMember(BufferVar("padding", VarType(getDataTypeScalarType(tempType.getBasicType()), glu::PRECISION_LAST), ACCESS_READ|(readonly ? 0 : ACCESS_WRITE))); in BlockBasicTypeCase()
436 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT16 || in BlockBasicUnsizedArrayCase()
437 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT16 || in BlockBasicUnsizedArrayCase()
438 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_FLOAT16) in BlockBasicUnsizedArrayCase()
442 if (getDataTypeScalarType(tempTyp in BlockBasicUnsizedArrayCase()
[all...]
H A DvktSSBOLayoutCase.cpp406 return getDataTypeByteAlignment(glu::getDataTypeScalarType(basicType)); in computeRelaxedBlockBaseAlignment()
437 return getDataTypeByteAlignment(glu::getDataTypeScalarType(type.getBasicType())); in computeScalarBlockAlignment()
768 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
1098 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in generateImmScalarVectorSrc()
1510 glu::DataType scalarType = glu::getDataTypeScalarType(dstEntry.type); in copyBufferVarData()
1716 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type); in compareBufferVarData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp390 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT16 || in BlockBasicTypeCase()
391 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT16 || in BlockBasicTypeCase()
392 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_FLOAT16) in BlockBasicTypeCase()
396 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT8 || in BlockBasicTypeCase()
397 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT8) in BlockBasicTypeCase()
406 block.addMember(BufferVar("padding", VarType(getDataTypeScalarType(tempType.getBasicType()), glu::PRECISION_LAST), ACCESS_READ|(readonly ? 0 : ACCESS_WRITE))); in BlockBasicTypeCase()
436 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT16 || in BlockBasicUnsizedArrayCase()
437 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT16 || in BlockBasicUnsizedArrayCase()
438 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_FLOAT16) in BlockBasicUnsizedArrayCase()
442 if (getDataTypeScalarType(tempTyp in BlockBasicUnsizedArrayCase()
[all...]
H A DvktSSBOLayoutCase.cpp406 return getDataTypeByteAlignment(glu::getDataTypeScalarType(basicType)); in computeRelaxedBlockBaseAlignment()
437 return getDataTypeByteAlignment(glu::getDataTypeScalarType(type.getBasicType())); in computeScalarBlockAlignment()
768 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
1098 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in generateImmScalarVectorSrc()
1510 glu::DataType scalarType = glu::getDataTypeScalarType(dstEntry.type); in copyBufferVarData()
1716 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type); in compareBufferVarData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp399 if (getDataTypeScalarType(type) == glu::TYPE_DOUBLE) in getDataTypeByteSize()
433 basicType = glu::getDataTypeScalarType(basicType); in computeInterfaceBlockMemberAlignment()
463 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in createMask()
587 const glu::DataType elemType = glu::getDataTypeScalarType(basicType); in computeXfbLayout()
644 const glu::DataType scalarType = glu::getDataTypeScalarType(elemBasicType); in computeXfbLayout()
906 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
1207 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc()
1283 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in writeMatrixTypeSrc()
1313 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in writeMatrixTypeSrc()
1797 const glu::DataType scalarType = glu::getDataTypeScalarType(entr in validateValue()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp399 if (getDataTypeScalarType(type) == glu::TYPE_DOUBLE) in getDataTypeByteSize()
433 basicType = glu::getDataTypeScalarType(basicType); in computeInterfaceBlockMemberAlignment()
463 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in createMask()
587 const glu::DataType elemType = glu::getDataTypeScalarType(basicType); in computeXfbLayout()
644 const glu::DataType scalarType = glu::getDataTypeScalarType(elemBasicType); in computeXfbLayout()
906 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
1207 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc()
1283 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in writeMatrixTypeSrc()
1313 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in writeMatrixTypeSrc()
1797 const glu::DataType scalarType = glu::getDataTypeScalarType(entr in validateValue()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarTypeUtil.hpp371 basicType = getDataTypeScalarType(basicType); in isValidTypePath()
413 basicType = getDataTypeScalarType(basicType); in getVarType()
H A DgluShaderUtil.hpp263 DataType getDataTypeScalarType (DataType dataType);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp53 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT16 || in BlockBasicTypeCase()
54 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT16 || in BlockBasicTypeCase()
55 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_FLOAT16) in BlockBasicTypeCase()
59 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT8 || in BlockBasicTypeCase()
60 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT8) in BlockBasicTypeCase()
69 block.addUniform(Uniform("padding", VarType(getDataTypeScalarType(tempType.getBasicType()), 0), 0)); in BlockBasicTypeCase()
H A DvktUniformBlockCase.cpp489 return getDataTypeByteAlignment(glu::getDataTypeScalarType(basicType)); in computeRelaxedBlockBaseAlignment()
520 return getDataTypeByteAlignment(glu::getDataTypeScalarType(type.getBasicType())); in computeScalarBlockAlignment()
740 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
1200 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp728 glu::DataType scalarType = glu::getDataTypeScalarType(type); in compareTransformFeedbackOutput()
1123 glu::DataType scalarType = glu::getDataTypeScalarType(attrib->type.getBasicType());
1471 Interpolation interp = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT
1668 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT;
1702 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT;
1736 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT;
H A Des3fDefaultVertexAttributeTests.cpp417 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ");\n"; in genVertexSource()
419 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n"; in genVertexSource()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockTests.cpp53 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT16 || in BlockBasicTypeCase()
54 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT16 || in BlockBasicTypeCase()
55 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_FLOAT16) in BlockBasicTypeCase()
59 if (getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_UINT8 || in BlockBasicTypeCase()
60 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT8) in BlockBasicTypeCase()
69 block.addUniform(Uniform("padding", VarType(getDataTypeScalarType(tempType.getBasicType()), 0), 0)); in BlockBasicTypeCase()
H A DvktUniformBlockCase.cpp489 return getDataTypeByteAlignment(glu::getDataTypeScalarType(basicType)); in computeRelaxedBlockBaseAlignment()
520 return getDataTypeByteAlignment(glu::getDataTypeScalarType(type.getBasicType())); in computeScalarBlockAlignment()
740 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
1200 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp340 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ");\n"; in genVertexSource()
342 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n"; in genVertexSource()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp1875 const std::string iVal = (i == specConstNdx ? specConstName : glu::getDataTypeScalarType(type) == glu::TYPE_BOOL ? "true" : de::toString(i + 1)); in generateInitializerListWithSpecConstant()
1935 switch (getDataTypeScalarType(dataType)) in getDataTypeScalarSizeBytes()
2046 const glu::DataType scalarType = glu::getDataTypeScalarType(type); in makeMatrixVectorCompositeCaseDefinition()
2103 const glu::DataType scalarType = glu::getDataTypeScalarType(elemType); in makeArrayCompositeCaseDefinition()
2143 const glu::DataType scalarType = glu::getDataTypeScalarType(memberType); in makeStructCompositeCaseDefinition()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp1862 const std::string iVal = (i == specConstNdx ? specConstName : glu::getDataTypeScalarType(type) == glu::TYPE_BOOL ? "true" : de::toString(i + 1)); in generateInitializerListWithSpecConstant()
1922 switch (getDataTypeScalarType(dataType)) in getDataTypeScalarSizeBytes()
2033 const glu::DataType scalarType = glu::getDataTypeScalarType(type); in makeMatrixVectorCompositeCaseDefinition()
2090 const glu::DataType scalarType = glu::getDataTypeScalarType(elemType); in makeArrayCompositeCaseDefinition()
2130 const glu::DataType scalarType = glu::getDataTypeScalarType(memberType); in makeStructCompositeCaseDefinition()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp92 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp92 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp370 if (glu::getDataTypeScalarType(DataType(basicType)) == glu::TYPE_DOUBLE) in init()
H A Des31fUniformLocationTests.cpp329 const glu::DataType scalarType = glu::getDataTypeScalarType(subType.getBasicType()); in genShaderSources()
592 const glu::DataType scalarType = glu::getDataTypeScalarType(type.getBasicType());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp160 const glu::DataType scalarType = glu::getDataTypeScalarType(type); in getComponentByteSize()
303 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp160 const glu::DataType scalarType = glu::getDataTypeScalarType(type); in getComponentByteSize()
303 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<()

Completed in 56 milliseconds

123