Home
last modified time | relevance | path

Searched refs:getDataTypeVector (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.cpp1002 DataType getDataTypeVector (DataType scalarType, int size) in getDataTypeVector() function
1025 return getDataTypeVector(TYPE_FLOAT, vecSize); in getDataTypeFloatVec()
1030 return getDataTypeVector(TYPE_INT, vecSize); in getDataTypeIntVec()
1035 return getDataTypeVector(TYPE_UINT, vecSize); in getDataTypeUintVec()
1040 return getDataTypeVector(TYPE_BOOL, vecSize); in getDataTypeBoolVec()
DgluShaderUtil.hpp267 DataType getDataTypeVector (DataType scalarType, int size);
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp327 …m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_da… in genVertexSource()
Des2fUniformApiTests.cpp689 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation()
2135 …const glu::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dat… in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp403 …m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_da… in genVertexSource()
Des3fUniformApiTests.cpp840 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation()
2646 …const glu::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dat… in init()
/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.hpp108 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize); in set()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp588 const int stride = getDataTypeArrayStride(glu::getDataTypeVector(elemType, vecSize)); in computeXfbLayout()
589 …const int strideForLocation = getDataTypeArrayStrideForLocation(glu::getDataTypeVector(elemType… in computeXfbLayout()
647 const int stride = getDataTypeArrayStride(glu::getDataTypeVector(scalarType, vecSize)); in computeXfbLayout()
649 …const int strideForLocation = getDataTypeArrayStrideForLocation(glu::getDataTypeVector(scalarT… in computeXfbLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp588 const int stride = getDataTypeArrayStride(glu::getDataTypeVector(elemType, vecSize)); in computeXfbLayout()
589 …const int strideForLocation = getDataTypeArrayStrideForLocation(glu::getDataTypeVector(elemType… in computeXfbLayout()
647 const int stride = getDataTypeArrayStride(glu::getDataTypeVector(scalarType, vecSize)); in computeXfbLayout()
649 …const int strideForLocation = getDataTypeArrayStrideForLocation(glu::getDataTypeVector(scalarT… in computeXfbLayout()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramUniformTests.cpp739 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation()
1914 …const glu::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dat… in init()
Des31fSeparateShaderTests.cpp138 return getDataTypeVector(scalarType, size); in randomType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1656 …const glu::DataType vecType = glu::getDataTypeVector(glu::getDataTypeScalarType(basicType), glu… in computeVarLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1656 …const glu::DataType vecType = glu::getDataTypeVector(glu::getDataTypeScalarType(basicType), glu… in computeVarLayout()