Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderPackingFunctionTests.cpp124 …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()
Des31fShaderUniformIntegerFunctionTests.cpp148 return string(getPrecisionName(precision)) + getShaderTypePostfix(shaderType); in getCaseName()
Des31fShaderIntegerFunctionTests.cpp324 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getIntegerFuncCaseName()
Des31fShaderCommonFunctionTests.cpp454 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getCommonFuncCaseName()
/external/deqp/modules/gles3/functional/
Des3fShaderPackingFunctionTests.cpp124 …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()
Des3fShaderCommonFunctionTests.cpp379 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getCommonFuncCaseName()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp233 …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()
DvktShaderIntegerFunctionTests.cpp198 …lu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType); in getIntegerFuncCaseName()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp89 std::string getShaderTypePostfix (ShaderType shaderType);
DgluShaderUtil.cpp168 std::string getShaderTypePostfix (ShaderType shaderType) in getShaderTypePostfix() function