Home
last modified time | relevance | path

Searched defs:shaderType (Results 1 – 25 of 73) sorted by relevance

123

/external/deqp/framework/opengl/
DgluShaderProgram.cpp40 Shader::Shader (const RenderContext& renderCtx, ShaderType shaderType) in Shader()
50 Shader::Shader (const glw::Functions& gl, ShaderType shaderType) in Shader()
327 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local
346 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local
371 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local
380 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in ~ShaderProgram() local
387 deUint32 getGLShaderType (ShaderType shaderType) in getGLShaderType()
403 deUint32 getGLShaderTypeBit (ShaderType shaderType) in getGLShaderTypeBit()
419 qpShaderType getLogShaderType (ShaderType shaderType) in getLogShaderType()
511 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in operator <<() local
[all …]
DgluES3PlusWrapperContext.cpp274 static void translateShaderSource (deUint32 shaderType, std::ostream& dst, const std::string& src, … in translateShaderSource()
410 static std::string translateShaderSources (deUint32 shaderType, deInt32 count, const char* const* s… in translateShaderSources()
434 deInt32 shaderType = GL_NONE; in shaderSource() local
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp72 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 …]
Des2fShaderIndexingTests.cpp1052 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() local
1080 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() local
1116 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() local
1152 ShaderType shaderType = s_shaderTypes[shaderTypeNdx]; in init() local
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp77 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 …]
Des3fShaderPackingFunctionTests.cpp88 …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()
Des3fShaderCommonFunctionTests.cpp191 …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/
DvktShaderPackingFunctionTests.cpp80 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix()
122 … (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) in ShaderPackingFunctionCase()
146 …ShaderPackingFunctionTestInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, … in ShaderPackingFunctionTestInstance()
169 …PackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, glu::Pre… in PackSnorm2x16CaseInstance()
269 PackSnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType, glu::Precision precision) in PackSnorm2x16Case()
292 …UnpackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, de::Sh… in UnpackSnorm2x16CaseInstance()
375 UnpackSnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType) in UnpackSnorm2x16Case()
394 …PackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, glu::Pre… in PackUnorm2x16CaseInstance()
494 PackUnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType, glu::Precision precision) in PackUnorm2x16Case()
517 …UnpackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, de::Sh… in UnpackUnorm2x16CaseInstance()
[all …]
DvktShaderIntegerFunctionTests.cpp113 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()
343 … (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) in IntegerFunctionCase()
368 …IntegerFunctionTestInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, Shade… in IntegerFunctionTestInstance()
466 …UaddCarryCaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecut… in UaddCarryCaseInstance()
557 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UaddCarryCase()
577 …UsubBorrowCaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecu… in UsubBorrowCaseInstance()
666 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UsubBorrowCase()
[all …]
DvktShaderCommonFunctionTests.cpp354 static const char* getShaderTypePostfix (glu::ShaderType shaderType) in getShaderTypePostfix()
369 …etCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in getCommonFuncCaseName()
467 … (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) in CommonFunctionCase()
492 …CommonFunctionTestInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderE… in CommonFunctionTestInstance()
589 …AbsCaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecutor& ex… in AbsCaseInstance()
668 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in AbsCase()
686 …SignCaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecutor& e… in SignCaseInstance()
778 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in SignCase()
807 …RoundEvenCaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecut… in RoundEvenCaseInstance()
915 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in RoundEvenCase()
[all …]
DvktOpaqueTypeIndexingTests.cpp124 const glu::ShaderType shaderType, in OpaqueTypeIndexingCase()
148 const glu::ShaderType shaderType, in OpaqueTypeIndexingTestInstance()
198 static deUint32 getFirstFreeBindingLocation (const glu::ShaderType shaderType) in getFirstFreeBindingLocation()
441 const glu::ShaderType shaderType, in SamplerIndexingCaseInstance()
703 const glu::ShaderType shaderType, in SamplerIndexingCase()
833 const glu::ShaderType shaderType, in BlockArrayIndexingCaseInstance()
948 const glu::ShaderType shaderType) in BlockArrayIndexingCase()
1069 const glu::ShaderType shaderType, in AtomicCounterIndexingCaseInstance()
1239 const glu::ShaderType shaderType) in AtomicCounterIndexingCase()
1408 const glu::ShaderType shaderType = shaderTypes[shaderTypeNdx].type; in init() local
[all …]
DvktShaderExecutor.cpp75 static void checkSupported (const Context& ctx, glu::ShaderType shaderType) in checkSupported()
505 FragmentOutExecutor::FragmentOutExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) in FragmentOutExecutor()
1458 …rtexShaderExecutor::VertexShaderExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) in VertexShaderExecutor()
1488 …ryShaderExecutor::GeometryShaderExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) in GeometryShaderExecutor()
1522 …ntShaderExecutor::FragmentShaderExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) in FragmentShaderExecutor()
1608 BufferIoExecutor::BufferIoExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) in BufferIoExecutor()
1901 …uteShaderExecutor::ComputeShaderExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) in ComputeShaderExecutor()
2177 …ssellationExecutor::TessellationExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) in TessellationExecutor()
2726 TessControlExecutor::TessControlExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) in TessControlExecutor()
2823 …aluationExecutor::TessEvaluationExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) in TessEvaluationExecutor()
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp111 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 …]
Des31fShaderPackingFunctionTests.cpp88 …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 …]
Des31fNegativePreciseTests.cpp63 std::string generateShaderSource (NegativeTestContext& ctx, glu::ShaderType shaderType, TestPrecise… in generateShaderSource()
143 void generateAndVerifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, TestPrecise tes… in generateAndVerifyShader()
Des31fNegativeShaderFunctionTests.cpp183 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 …]
Des31fLayoutBindingTests.cpp85 std::string generateVertexShader (ShaderType shaderType, const std::string& shaderUniformDeclaratio… in generateVertexShader()
125 std::string generateFragmentShader (ShaderType shaderType, const std::string& shaderUniformDeclarat… in generateFragmentShader()
259 ShaderType shaderType, in LayoutBindingRenderCase()
624 ShaderType shaderType, in LayoutBindingNegativeCase()
854 ShaderType shaderType, in SamplerBindingRenderCase()
1051 ShaderType shaderType, in SamplerBindingNegativeCase()
1152 ShaderType shaderType, in ImageBindingRenderCase()
1350 ShaderType shaderType, in ImageBindingNegativeCase()
1444 ShaderType shaderType, in UBOBindingRenderCase()
1596 ShaderType shaderType, in UBOBindingNegativeCase()
[all …]
Des31fShaderCommonFunctionTests.cpp264 …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 …]
Des31fShaderBuiltinConstantTests.cpp187 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
Des31fNegativeTestShared.cpp113 bool NegativeTestContext::isShaderSupported (glu::ShaderType shaderType) in isShaderSupported()
/external/deqp/external/vulkancts/framework/vulkan/
DvkGlslToSpirV.cpp201 for (int shaderType = 0; shaderType < glu::SHADERTYPE_LAST; ++shaderType) in getNumShaderStages() local
221 for (int shaderType = 0; shaderType < glu::SHADERTYPE_LAST; shaderType++) in compileGlslToSpirV() local
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLUtil.java48 private static WebGLShader getShader (WebGLRenderingContext gl, int shaderType, String source) { in getShader()
/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.cpp82 const char* getConstShaderSource (const glu::ShaderType shaderType) in getConstShaderSource()
162 glu::ShaderType shaderType; member
456 …const glu::ShaderType shaderType = (shaderTypeInt == 0) ? glu::SHADERTYPE_VERTEX : glu::SHADERTYP… in init() local
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DGlShader.java40 private static int compileShader(int shaderType, String source) { in compileShader()
/external/skia/src/gpu/
DGrCaps.cpp59 GrShaderType shaderType = static_cast<GrShaderType>(s); in dump() local

123