Searched refs:getShaderTypePostfix (Results 1 – 10 of 10) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderPackingFunctionTests.cpp | 124 …text, (string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackSnorm2x16Case() 228 …: ShaderPackingFunctionCase(context, (string("unpacksnorm2x16") + getShaderTypePostfix(shaderType)… in UnpackSnorm2x16Case() 315 …text, (string("packunorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackUnorm2x16Case() 419 …: ShaderPackingFunctionCase(context, (string("unpackunorm2x16") + getShaderTypePostfix(shaderType)… in UnpackUnorm2x16Case() 506 …: ShaderPackingFunctionCase(context, (string("packhalf2x16") + getShaderTypePostfix(shaderType)).c… in PackHalf2x16Case() 612 …: ShaderPackingFunctionCase(context, (string("unpackhalf2x16") + getShaderTypePostfix(shaderType))… in UnpackHalf2x16Case() 722 …ntext, (string("packsnorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackSnorm4x8Case() 836 …: ShaderPackingFunctionCase(context, (string("unpacksnorm4x8") + getShaderTypePostfix(shaderType))… in UnpackSnorm4x8Case() 931 …ntext, (string("packunorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackUnorm4x8Case() 1045 …: ShaderPackingFunctionCase(context, (string("unpackunorm4x8") + getShaderTypePostfix(shaderType))… in UnpackUnorm4x8Case()
|
D | es31fShaderUniformIntegerFunctionTests.cpp | 148 return string(getPrecisionName(precision)) + getShaderTypePostfix(shaderType); in getCaseName()
|
D | es31fShaderIntegerFunctionTests.cpp | 324 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getIntegerFuncCaseName()
|
D | es31fShaderCommonFunctionTests.cpp | 454 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getCommonFuncCaseName()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPackingFunctionTests.cpp | 124 …text, (string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackSnorm2x16Case() 228 …: ShaderPackingFunctionCase(context, (string("unpacksnorm2x16") + getShaderTypePostfix(shaderType)… in UnpackSnorm2x16Case() 315 …text, (string("packunorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackUnorm2x16Case() 419 …: ShaderPackingFunctionCase(context, (string("unpackunorm2x16") + getShaderTypePostfix(shaderType)… in UnpackUnorm2x16Case() 506 …: ShaderPackingFunctionCase(context, (string("packhalf2x16") + getShaderTypePostfix(shaderType)).c… in PackHalf2x16Case() 612 …: ShaderPackingFunctionCase(context, (string("unpackhalf2x16") + getShaderTypePostfix(shaderType))… in UnpackHalf2x16Case()
|
D | es3fShaderCommonFunctionTests.cpp | 379 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getCommonFuncCaseName()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderPackingFunctionTests.cpp | 233 …tCtx, (string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackSnorm2x16Case() 338 …: ShaderPackingFunctionCase (testCtx, (string("unpacksnorm2x16") + getShaderTypePostfix(shaderType… in UnpackSnorm2x16Case() 452 …tCtx, (string("packunorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackUnorm2x16Case() 558 …: ShaderPackingFunctionCase(testCtx, (string("unpackunorm2x16") + getShaderTypePostfix(shaderType)… in UnpackUnorm2x16Case() 679 …: ShaderPackingFunctionCase (testCtx, (string("packhalf2x16") + getShaderTypePostfix(shaderType)).… in PackHalf2x16Case() 880 …: ShaderPackingFunctionCase (testCtx, (string("unpackhalf2x16") + getShaderTypePostfix(shaderType)… in UnpackHalf2x16Case() 1001 …stCtx, (string("packsnorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackSnorm4x8Case() 1115 …: ShaderPackingFunctionCase (testCtx, (string("unpacksnorm4x8") + getShaderTypePostfix(shaderType)… in UnpackSnorm4x8Case() 1236 …stCtx, (string("packunorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)… in PackUnorm4x8Case() 1349 …: ShaderPackingFunctionCase (testCtx, (string("unpackunorm4x8") + getShaderTypePostfix(shaderType)… in UnpackUnorm4x8Case()
|
D | vktShaderIntegerFunctionTests.cpp | 198 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getIntegerFuncCaseName()
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 89 std::string getShaderTypePostfix (ShaderType shaderType);
|
D | gluShaderUtil.cpp | 168 std::string getShaderTypePostfix (ShaderType shaderType) in getShaderTypePostfix() function
|