Home
last modified time | relevance | path

Searched refs:getShaderTypePostfix (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderPackingFunctionTests.cpp129 …(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()
Des31fShaderUniformIntegerFunctionTests.cpp156 return string(getPrecisionName(precision)) + getShaderTypePostfix(shaderType); in getCaseName()
Des31fShaderIntegerFunctionTests.cpp340 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getIntegerFuncCaseName()
Des31fShaderCommonFunctionTests.cpp486 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getCommonFuncCaseName()
/external/deqp/modules/gles3/functional/
Des3fShaderPackingFunctionTests.cpp129 …(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()
Des3fShaderCommonFunctionTests.cpp407 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getCommonFuncCaseName()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp245 …(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()
DvktShaderIntegerFunctionTests.cpp190 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getIntegerFuncCaseName()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp94 std::string getShaderTypePostfix(ShaderType shaderType);
DgluShaderUtil.cpp118 std::string getShaderTypePostfix(ShaderType shaderType) in getShaderTypePostfix() function