Home
last modified time | relevance | path

Searched refs:getDataTypeUintVec (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderUtil.hpp270 DataType getDataTypeUintVec (int vecSize);
H A DgluShaderUtil.cpp1033 DataType getDataTypeUintVec (int vecSize) in getDataTypeUintVec() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp918 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
1049 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init()
H A DvktShaderExecutor.cpp328 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in generateFragShaderOutputDecl()
347 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize); in generateFragShaderOutputDecl()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp914 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
1045 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init()
H A DvktShaderExecutor.cpp328 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in generateFragShaderOutputDecl()
347 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize); in generateFragShaderOutputDecl()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp917 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
1663 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp314 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in generateFragShaderOutputDecl()
333 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize); in generateFragShaderOutputDecl()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp997 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
2171 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp141 return glu::getDataTypeUintVec(getDataTypeScalarSize(valueType)); in getTransportType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp141 return glu::getDataTypeUintVec(getDataTypeScalarSize(valueType)); in getTransportType()

Completed in 42 milliseconds