Home
last modified time | relevance | path

Searched refs:ShaderSource (Results 1 – 25 of 43) sorted by relevance

12

/external/deqp/framework/opengl/
DgluShaderProgram.hpp271 struct ShaderSource struct
276 ShaderSource (void) : shaderType(SHADERTYPE_LAST) {} in ShaderSource() function
277ShaderSource (glu::ShaderType shaderType_, const std::string& source_) : shaderType(shaderType_), … in ShaderSource() function
280 struct VertexSource : public ShaderSource
282 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {} in VertexSource()
285 struct FragmentSource : public ShaderSource
287 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {} in FragmentSource()
290 struct GeometrySource : public ShaderSource
292 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {} in GeometrySource()
295 struct ComputeSource : public ShaderSource
[all …]
/external/deqp/executor/
DxeTestCaseResult.hpp70 class ShaderSource;
284 class ShaderSource : public Item class
287 ShaderSource (void) : Item(TYPE_SHADERSOURCE) {} in ShaderSource() function in xe::ri::ShaderSource
288 ~ShaderSource (void) {} in ~ShaderSource()
337 ShaderSource source;
/external/angle/samples/shader_translator/
Dshader_translator.cpp45 typedef std::vector<char *> ShaderSource; typedef
46 static bool ReadShaderSource(const char *fileName, ShaderSource &source);
47 static void FreeShaderSource(ShaderSource &source);
481 ShaderSource source; in CompileFile()
761 static bool ReadShaderSource(const char *fileName, ShaderSource &source) in ReadShaderSource()
794 static void FreeShaderSource(ShaderSource &source) in FreeShaderSource()
796 for (ShaderSource::size_type i = 0; i < source.size(); ++i) in FreeShaderSource()
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderProgram.cpp31 GlslSource& GlslSource::operator<< (const glu::ShaderSource& shaderSource) in operator <<()
43 HlslSource& HlslSource::operator<< (const glu::ShaderSource& shaderSource) in operator <<()
DvkShaderProgram.hpp111 GlslSource& operator<< (const glu::ShaderSource& shaderSource);
121 HlslSource& operator<< (const glu::ShaderSource& shaderSource);
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.hpp177 std::vector<ShaderSource> m_sources;
240 std::vector<ShaderSource> shaders;
294 ShaderSource source;
/external/deqp/doc/
Dqpa_file_format.txt86 <ShaderSource>[string]</ShaderSource>
90 <ShaderSource>[string]</ShaderSource>
/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.cpp184 glu::ShaderSource getSource (void);
217 glu::ShaderSource LongShaderGenerator::getSource (void) in getSource()
222 return glu::ShaderSource(m_spec.shaderType, m_source); in getSource()
393 sources << glu::ShaderSource(otherShader, getConstShaderSource(otherShader)); in iterate()
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.hpp50 glu::ShaderBinary makeSpirV(tcu::TestLog& log, glu::ShaderSource source, SpirvVersion version = SPI…
DglcSpirvUtils.cpp307 ShaderBinary makeSpirV(tcu::TestLog& log, ShaderSource source, SpirvVersion version) in makeSpirV()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawTestCaseUtil.hpp81 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second)); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp86 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second)); in initPrograms()
/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp101 ProgramSources() << ShaderSource(SHADERTYPE_COMPUTE, src.str())); in iterate()
154 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
276 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
397 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
514 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
856 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
950 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
1038 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
1143 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
1278 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
Des31fNegativeAtomicCounterTests.cpp164 …Program program(ctx.getRenderContext(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx],… in iterateShaders()
/external/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp71 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &source, &sourceLength)); in GrGLCompileAndAttachShader()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp151 callgl(ShaderSource, vs, 2, strings, lengths); in GLTestAtlasTextRenderer()
197 callgl(ShaderSource, fs, 2, strings, lengths); in GLTestAtlasTextRenderer()
/external/skqp/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp128 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &glsl, &glslLength)); in GrGLCompileAndAttachShader()
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_gl_spirv.txt82 - Verify if ShaderSource function used on shader with SPIR_V_BINARY_ARB state
85 - Verify if ShaderSource function used on shader with SPIR_V_BINARY_ARB state
/external/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp114 GET_PROC(ShaderSource); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp107 GET_PROC(ShaderSource); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp110 GET_PROC(ShaderSource); in GrGLMakeAssembledGLInterface()
/external/angle/extensions/
DANGLE_translated_shader_source.txt95 passed to the GL using ShaderSource. The length of this translated string
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1397 class ShaderSource : public Operation class
1400 ShaderSource (SharedPtr<Shader> sharder, const char* source, bool useSync, bool serverSync);
1408 ShaderSource::ShaderSource (SharedPtr<Shader> shader, const char* source, bool useSync, bool server… in ShaderSource() function in deqp::egl::GLES2ThreadTest::ShaderSource
1417 void ShaderSource::exec (tcu::ThreadUtil::Thread& t) in exec()
2717 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::ShaderSource(shader, (shader->type == GL_V… in addRandomOperation()
3156 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(vertexShader, vertexShaderSource, m_c… in addBufferOperations()
3160 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(fragmentShader, fragmentShaderSource,… in addBufferOperations()
3244 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(vertexShader, vertexShaderSource, m_c… in addTextureOperations()
3248 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(fragmentShader, fragmentShaderSource,… in addTextureOperations()
3351 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(vertexShader, vertexShaderSource, m_c… in addImageOperations()
[all …]
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp197 GET_PROC(ShaderSource); in GrGLMakeAssembledGLInterface()
571 GET_PROC(ShaderSource); in GrGLMakeAssembledGLESInterface()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp164 GlslSource& operator<< (const glu::ShaderSource& shaderSource) in operator <<()

12