Searched refs:getShaderTypePostfix (Results 1 – 10 of 10) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderPackingFunctionTests.cpp | 129 …(string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_st… in PackSnorm2x16Case() 239 …: ShaderPackingFunctionCase(context, (string("unpacksnorm2x16") + getShaderTypePostfix(shaderType)… in UnpackSnorm2x16Case() 331 …(string("packunorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_st… in PackUnorm2x16Case() 439 …: ShaderPackingFunctionCase(context, (string("unpackunorm2x16") + getShaderTypePostfix(shaderType)… in UnpackUnorm2x16Case() 529 …: ShaderPackingFunctionCase(context, (string("packhalf2x16") + getShaderTypePostfix(shaderType)).c… in PackHalf2x16Case() 638 …: ShaderPackingFunctionCase(context, (string("unpackhalf2x16") + getShaderTypePostfix(shaderType))… in UnpackHalf2x16Case() 757 …(string("packsnorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str… in PackSnorm4x8Case() 879 …: ShaderPackingFunctionCase(context, (string("unpacksnorm4x8") + getShaderTypePostfix(shaderType))… in UnpackSnorm4x8Case() 981 …(string("packunorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str… in PackUnorm4x8Case() 1103 …: ShaderPackingFunctionCase(context, (string("unpackunorm4x8") + getShaderTypePostfix(shaderType))… in UnpackUnorm4x8Case()
|
D | es31fShaderUniformIntegerFunctionTests.cpp | 156 return string(getPrecisionName(precision)) + getShaderTypePostfix(shaderType); in getCaseName()
|
D | es31fShaderIntegerFunctionTests.cpp | 340 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getIntegerFuncCaseName()
|
D | es31fShaderCommonFunctionTests.cpp | 486 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getCommonFuncCaseName()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPackingFunctionTests.cpp | 129 …(string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_st… in PackSnorm2x16Case() 239 …: ShaderPackingFunctionCase(context, (string("unpacksnorm2x16") + getShaderTypePostfix(shaderType)… in UnpackSnorm2x16Case() 331 …(string("packunorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_st… in PackUnorm2x16Case() 439 …: ShaderPackingFunctionCase(context, (string("unpackunorm2x16") + getShaderTypePostfix(shaderType)… in UnpackUnorm2x16Case() 529 …: ShaderPackingFunctionCase(context, (string("packhalf2x16") + getShaderTypePostfix(shaderType)).c… in PackHalf2x16Case() 638 …: ShaderPackingFunctionCase(context, (string("unpackhalf2x16") + getShaderTypePostfix(shaderType))… in UnpackHalf2x16Case()
|
D | es3fShaderCommonFunctionTests.cpp | 407 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getCommonFuncCaseName()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderPackingFunctionTests.cpp | 245 …(string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_st… in PackSnorm2x16Case() 352 …: ShaderPackingFunctionCase(testCtx, (string("unpacksnorm2x16") + getShaderTypePostfix(shaderType)… in UnpackSnorm2x16Case() 472 …(string("packunorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_st… in PackUnorm2x16Case() 579 …: ShaderPackingFunctionCase(testCtx, (string("unpackunorm2x16") + getShaderTypePostfix(shaderType)… in UnpackUnorm2x16Case() 701 …: ShaderPackingFunctionCase(testCtx, (string("packhalf2x16") + getShaderTypePostfix(shaderType)).c… in PackHalf2x16Case() 908 …: ShaderPackingFunctionCase(testCtx, (string("unpackhalf2x16") + getShaderTypePostfix(shaderType))… in UnpackHalf2x16Case() 1038 …(string("packsnorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str… in PackSnorm4x8Case() 1155 …: ShaderPackingFunctionCase(testCtx, (string("unpacksnorm4x8") + getShaderTypePostfix(shaderType))… in UnpackSnorm4x8Case() 1285 …(string("packunorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str… in PackUnorm4x8Case() 1402 …: ShaderPackingFunctionCase(testCtx, (string("unpackunorm4x8") + getShaderTypePostfix(shaderType))… in UnpackUnorm4x8Case()
|
D | vktShaderIntegerFunctionTests.cpp | 190 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getIntegerFuncCaseName()
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 94 std::string getShaderTypePostfix(ShaderType shaderType);
|
D | gluShaderUtil.cpp | 118 std::string getShaderTypePostfix(ShaderType shaderType) in getShaderTypePostfix() function
|