| /external/deqp/framework/opengl/ |
| D | gluShaderProgram.cpp | 40 Shader::Shader (const RenderContext& renderCtx, ShaderType shaderType) in Shader() 50 Shader::Shader (const glw::Functions& gl, ShaderType shaderType) in Shader() 398 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local 417 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local 442 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local 468 ShaderType shaderType = shaderBinary.shaderTypes[shaderTypeNdx]; in init() local 493 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local 502 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local 530 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in ~ShaderProgram() local 537 deUint32 getGLShaderType (ShaderType shaderType) in getGLShaderType() [all …]
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fShaderApiTests.cpp | 72 const char* getSimpleShaderSource (const glu::ShaderType shaderType) in getSimpleShaderSource() 194 std::string ConstantShaderGenerator::next (const glu::ShaderType shaderType) in next() 224 …glu::Shader& get (const glu::ShaderType shaderType) { DE_ASSERT(hasShader(shaderType)); return… in get() 245 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType) in hasShader() 253 glu::Shader& ShaderAllocator::createShader (const glu::ShaderType shaderType) in createShader() 265 void ShaderAllocator::deleteShader (const glu::ShaderType shaderType) in deleteShader() 273 void ShaderAllocator::setSource (const glu::ShaderType shaderType) in setSource() 300 const glu::ShaderType shaderType = (glu::ShaderType)shaderTypeInt; in logProgram() local 328 CreateShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CreateShaderCase() 352 …ompileShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CompileShaderCase() [all …]
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderUniformIntegerFunctionTests.cpp | 68 …ext, const char* description, int inputValue, glu::Precision precision, glu::ShaderType shaderType) in UniformIntegerFunctionCase() 159 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix() 174 static std::string getCaseName (glu::Precision precision, glu::ShaderType shaderType) in getCaseName() 191 …MSBEdgeCase(Context& context, int inputValue, glu::Precision precision, glu::ShaderType shaderType) in FindMSBEdgeCase() 218 …LSBEdgeCase(Context& context, int inputValue, glu::Precision precision, glu::ShaderType shaderType) in FindLSBEdgeCase()
|
| D | es31fNegativePreciseTests.cpp | 63 std::string generateShaderSource (NegativeTestContext& ctx, glu::ShaderType shaderType, TestPrecise… in generateShaderSource() 143 void generateAndVerifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, TestPrecise tes… in generateAndVerifyShader()
|
| D | es31fShaderIntegerFunctionTests.cpp | 111 inline int getShaderUintBitCount (glu::ShaderType shaderType, glu::Precision precision) in getShaderUintBitCount() 137 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dat… in generateRandomInputData() 189 …ctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType) in IntegerFunctionCase() 335 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix() 350 …tIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in getIntegerFuncCaseName() 358 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UaddCarryCase() 454 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UsubBorrowCase() 548 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UmulExtendedCase() 638 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in ImulExtendedCase() 729 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in BitfieldExtractCase() [all …]
|
| D | es31fShaderPackingFunctionTests.cpp | 88 …ctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType) in ShaderPackingFunctionCase() 133 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix() 151 PackSnorm2x16Case (Context& context, glu::ShaderType shaderType, glu::Precision precision) in PackSnorm2x16Case() 255 UnpackSnorm2x16Case (Context& context, glu::ShaderType shaderType) in UnpackSnorm2x16Case() 342 PackUnorm2x16Case (Context& context, glu::ShaderType shaderType, glu::Precision precision) in PackUnorm2x16Case() 446 UnpackUnorm2x16Case (Context& context, glu::ShaderType shaderType) in UnpackUnorm2x16Case() 533 PackHalf2x16Case (Context& context, glu::ShaderType shaderType) in PackHalf2x16Case() 639 UnpackHalf2x16Case (Context& context, glu::ShaderType shaderType) in UnpackHalf2x16Case() 749 PackSnorm4x8Case (Context& context, glu::ShaderType shaderType, glu::Precision precision) in PackSnorm4x8Case() 863 UnpackSnorm4x8Case (Context& context, glu::ShaderType shaderType) in UnpackSnorm4x8Case() [all …]
|
| D | es31fNegativeShaderFunctionTests.cpp | 183 void verifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource) in verifyShader() 303 std::string getShaderInitialization (NegativeTestContext& ctx, glu::ShaderType shaderType) in getShaderInitialization() 349 std::string genShaderSourceBitfieldExtract (NegativeTestContext& ctx, glu::ShaderType shaderType, g… in genShaderSourceBitfieldExtract() 446 std::string genShaderSourceBitfieldInsert (NegativeTestContext& ctx, glu::ShaderType shaderType, gl… in genShaderSourceBitfieldInsert() 596 std::string genShaderSourceReverseCountFind (NegativeTestContext& ctx, glu::ShaderType shaderType, … in genShaderSourceReverseCountFind() 703 std::string genShaderSourceAddCarrySubBorrow (NegativeTestContext& ctx, glu::ShaderType shaderType,… in genShaderSourceAddCarrySubBorrow() 958 std::string genShaderSourceMulExtended (NegativeTestContext& ctx, glu::ShaderType shaderType, Shade… in genShaderSourceMulExtended() 1282 std::string genShaderSourceFrexpLdexp (NegativeTestContext& ctx, glu::ShaderType shaderType, Shader… in genShaderSourceFrexpLdexp() 1426 std::string genShaderSourcePackUnpackNorm4x8 (NegativeTestContext& ctx, glu::ShaderType shaderType,… in genShaderSourcePackUnpackNorm4x8() 1616 … genShaderSourceTextureSize_sampler (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::Da… in genShaderSourceTextureSize_sampler() [all …]
|
| D | es31fLayoutBindingTests.cpp | 88 std::string generateVertexShader (ShaderType shaderType, const std::string& shaderUniformDeclaratio… in generateVertexShader() 130 std::string generateFragmentShader (ShaderType shaderType, const std::string& shaderUniformDeclarat… in generateFragmentShader() 188 std::string generateTessControlShader (ShaderType shaderType, const std::string& shaderUniformDecla… in generateTessControlShader() 232 std::string generateTessEvaluationShader (ShaderType shaderType, const std::string& shaderUniformDe… in generateTessEvaluationShader() 356 ShaderType shaderType, in LayoutBindingRenderCase() 728 ShaderType shaderType, in LayoutBindingNegativeCase() 1031 ShaderType shaderType, in SamplerBindingRenderCase() 1228 ShaderType shaderType, in SamplerBindingNegativeCase() 1354 ShaderType shaderType, in ImageBindingRenderCase() 1552 ShaderType shaderType, in ImageBindingNegativeCase() [all …]
|
| D | es31fNegativeShaderStorageTests.cpp | 111 std::string genBlockSource (NegativeTestContext& ctx, deInt64 numSSBlocks, glw::GLenum shaderType) in genBlockSource() 157 std::string genCommonSource (NegativeTestContext& ctx, glw::GLenum shaderType) in genCommonSource()
|
| D | es31fShaderCommonFunctionTests.cpp | 264 …ctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType) in CommonFunctionCase() 477 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix() 492 …etCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in getCommonFuncCaseName() 500 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in AbsCase() 582 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in SignCase() 688 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in RoundEvenCase() 799 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in ModfCase() 865 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in IsnanCase() 948 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in IsinfCase() 1032 …xt& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType, bool ou… in FloatBitsToUintIntCase() [all …]
|
| D | es31fShaderBuiltinConstantTests.cpp | 187 glu::ShaderType shaderType, in createGetConstantExecutor() 221 bool ShaderBuiltinConstantCase<DataType>::verifyInShaderType (glu::ShaderType shaderType, DataType … in verifyInShaderType() 259 for (int shaderType = 0; shaderType < glu::SHADERTYPE_LAST; shaderType++) in iterate() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderApiTests.cpp | 77 const char* getSimpleShaderSource (const glu::ShaderType shaderType) in getSimpleShaderSource() 239 std::string ConstantShaderGenerator::next (const glu::ShaderType shaderType) in next() 277 …glu::Shader& get (const glu::ShaderType shaderType) { DE_ASSERT(hasShader(shaderType)); return… in get() 298 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType) in hasShader() 306 glu::Shader& ShaderAllocator::createShader (const glu::ShaderType shaderType) in createShader() 318 void ShaderAllocator::deleteShader (const glu::ShaderType shaderType) in deleteShader() 326 void ShaderAllocator::setSource (const glu::ShaderType shaderType) in setSource() 354 const glu::ShaderType shaderType = (glu::ShaderType)shaderTypeInt; in logProgram() local 382 CreateShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CreateShaderCase() 406 …ompileShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CompileShaderCase() [all …]
|
| D | es3fShaderPackingFunctionTests.cpp | 88 …ctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType) in ShaderPackingFunctionCase() 133 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix() 147 PackSnorm2x16Case (Context& context, glu::ShaderType shaderType, glu::Precision precision) in PackSnorm2x16Case() 251 UnpackSnorm2x16Case (Context& context, glu::ShaderType shaderType) in UnpackSnorm2x16Case() 338 PackUnorm2x16Case (Context& context, glu::ShaderType shaderType, glu::Precision precision) in PackUnorm2x16Case() 442 UnpackUnorm2x16Case (Context& context, glu::ShaderType shaderType) in UnpackUnorm2x16Case() 529 PackHalf2x16Case (Context& context, glu::ShaderType shaderType) in PackHalf2x16Case() 635 UnpackHalf2x16Case (Context& context, glu::ShaderType shaderType) in UnpackHalf2x16Case()
|
| D | es3fShaderCommonFunctionTests.cpp | 191 …ctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType) in CommonFunctionCase() 403 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix() 414 …etCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in getCommonFuncCaseName() 422 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in AbsCase() 504 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in SignCase() 610 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in RoundEvenCase() 721 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in ModfCase() 787 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in IsnanCase() 868 …se (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in IsinfCase() 949 …xt& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType, bool ou… in FloatBitsToUintIntCase() [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderPackingFunctionTests.cpp | 80 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix() 119 … (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) in ShaderPackingFunctionCase() 134 …ShaderPackingFunctionTestInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec&… in ShaderPackingFunctionTestInstance() 157 …PackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, g… in PackSnorm2x16CaseInstance() 257 PackSnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType, glu::Precision precision) in PackSnorm2x16Case() 279 …UnpackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec,… in UnpackSnorm2x16CaseInstance() 362 UnpackSnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType) in UnpackSnorm2x16Case() 380 …PackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, g… in PackUnorm2x16CaseInstance() 480 PackUnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType, glu::Precision precision) in PackUnorm2x16Case() 502 …UnpackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec,… in UnpackUnorm2x16CaseInstance() [all …]
|
| D | vktShaderIntegerFunctionTests.cpp | 113 inline int getShaderUintBitCount (glu::ShaderType shaderType, glu::Precision precision) in getShaderUintBitCount() 139 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dat… in generateRandomInputData() 209 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix() 224 …tIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in getIntegerFuncCaseName() 340 … (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) in IntegerFunctionCase() 356 …IntegerFunctionTestInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec… in IntegerFunctionTestInstance() 454 …UaddCarryCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int n… in UaddCarryCaseInstance() 545 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UaddCarryCase() 564 …UsubBorrowCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int … in UsubBorrowCaseInstance() 653 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UsubBorrowCase() [all …]
|
| D | vktShaderCommonFunctionTests.cpp | 354 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix() 369 …etCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in getCommonFuncCaseName() 464 … (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) in CommonFunctionCase() 480 …CommonFunctionTestInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, … in CommonFunctionTestInstance() 578 …AbsCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValu… in AbsCaseInstance() 657 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in AbsCase() 674 …SignCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numVal… in SignCaseInstance() 766 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in SignCase() 794 …RoundEvenCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int n… in RoundEvenCaseInstance() 902 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in RoundEvenCase() [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
| D | vktYCbCrConversionTests.cpp | 175 glu::ShaderType shaderType; member 439 glu::ShaderType shaderType, in evalShader() 1196 …const glu::ShaderType shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_… in initTests() local 1235 …const glu::ShaderType shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_A… in initTests() local 1291 …const glu::ShaderType shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_A… in initTests() local 1320 …const glu::ShaderType shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_AR… in initTests() local 1365 …const glu::ShaderType shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_A… in initTests() local 1375 …const glu::ShaderType shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_A… in initTests() local 1387 …const glu::ShaderType shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_A… in initTests() local 1397 …const glu::ShaderType shaderType (rng.choose<glu::ShaderType>(DE_ARRAY_BEGIN(shaderTypes), DE_A… in initTests() local [all …]
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcShaderMacroTests.cpp | 50 …torTestCase::ExecutorTestCase(deqp::Context& context, const char* name, glu::ShaderType shaderType, in ExecutorTestCase() 146 glu::ShaderType shaderType = shaderTypes[typeIndex]; in init() local
|
| D | glcAggressiveShaderOptimizationsTests.cpp | 56 ShaderType shaderType; member 512 std::string shaderType = (tcd.shaderType == TEST_VERTEX_SHADER) ? "_vert" : "_frag"; in init() local
|
| /external/swiftshader/src/OpenGL/compiler/ |
| D | TranslatorASM.cpp | 19 TranslatorASM::TranslatorASM(glsl::Shader *shaderObject, GLenum shaderType) : TCompiler(shaderType)… in TranslatorASM()
|
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemStorageBufferTests.cpp | 99 const char* getShaderTypeString (const glu::ShaderType shaderType) in getShaderTypeString() 210 const glu::ShaderType shaderType, in StorageBufferTestCase() 242 const glu::ShaderType shaderType, in StorageBufferTestInstance() 673 const glu::ShaderType shaderType, in createSpecifiedStorageBufferTests() 690 …ferTests (tcu::TestContext& testCtx, SSBOTestType testType, const glu::ShaderType shaderType, size… in createRandomizedBufferTests() 718 const glu::ShaderType shaderType = shaderTypes[shaderNdx]; in createRWStorageBufferTests() local 855 const glu::ShaderType shaderType = shaderTypes[shaderNdx]; in createAtomicStorageBufferTests() local
|
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessBufferAccessTests.cpp | 261 ShaderType shaderType, in RobustBufferAccessTest() 271 void RobustBufferAccessTest::genBufferShaderAccess (ShaderType shaderType, in genBufferShaderAccess() 479 ShaderType shaderType, in initBufferAccessPrograms() 592 ShaderType shaderType, in RobustBufferReadTest() 622 ShaderType shaderType, in RobustBufferWriteTest() 649 ShaderType shaderType, in BufferAccessInstance() 1310 ShaderType shaderType, in BufferReadInstance() 1329 ShaderType shaderType, in BufferWriteInstance()
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkShaderToSpirV.cpp | 207 for (int shaderType = 0; shaderType < glu::SHADERTYPE_LAST; ++shaderType) in getNumShaderStages() local 216 …d::vector<std::string>* sources, const ShaderBuildOptions buildOptions, glu::ShaderType shaderType) in getShaderStageSource() 268 for (int shaderType = 0; shaderType < glu::SHADERTYPE_LAST; shaderType++) in compileShaderToSpirV() local
|
| D | vkShaderProgram.cpp | 61 for (int shaderType = 0; shaderType < glu::SHADERTYPE_LAST; shaderType++) in logShader() local
|