Home
last modified time | relevance | path

Searched refs:shader_source (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp610 std::string shader_source; in compile_shader_and_get_compilation_result() local
620 shader_source = API::shader_version_gpu5; in compile_shader_and_get_compilation_result()
625 shader_source = API::shader_version; in compile_shader_and_get_compilation_result()
636 shader_source += preamble_cs; in compile_shader_and_get_compilation_result()
639 shader_source += preamble_gs; in compile_shader_and_get_compilation_result()
642 shader_source += preamble_tcs; in compile_shader_and_get_compilation_result()
645 shader_source += preamble_tes; in compile_shader_and_get_compilation_result()
652 shader_source += tested_snippet; in compile_shader_and_get_compilation_result()
726 const char* code_ptr = shader_source.c_str(); in compile_shader_and_get_compilation_result()
789 typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& shader_source) in execute_negative_test() argument
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp1329 std::string& shader_source = shaders_configuration[n_shader_index].body; in buildPO() local
1332 shader_source = shaders_configuration[n_shader_index].shader_template; in buildPO()
1334 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_HEADER_DECLARATION"), in buildPO()
1346 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_ASSIGN_RETURN_VALUE"), in buildPO()
1371 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_SUM_SETTER"), in buildPO()
1374 shader_source, std::string("TEMPLATE_SUM_DIVIDER"), in buildPO()
1382 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_ASSIGN_RETURN_VALUE"), in buildPO()
1394 shader_source, std::string("TEMPLATE_ASSIGN_CLIP_DISTANCE"), in buildPO()
1397 shader_source, std::string("TEMPLATE_ASSIGN_CULL_DISTANCE"), in buildPO()
1404 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_LAYOUT_IN"), in buildPO()
[all …]
Dgl4cES31CompatibilityTests.cpp354 …1compatibility::ShaderFunctionalCompatibilityTest::createProgram(const struct Shader shader_source) in createProgram() argument
364 …} shader[] = { { shader_source.vertex, GL_VERTEX_SHADER, 0 }, { shader_source.fragment, GL_FRAGMEN… in createProgram()
Dgl4cES31CompatibilityTests.hpp140 bool createProgram(const struct Shader shader_source);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp353 …programCollection.spirvAsmSources.add(shader.shader_name) << shader.shader_source << m_asm_options; in initPrograms()
363 << glu::ComputeSource(shader.shader_source) in initPrograms()
368 << glu::GeometrySource(shader.shader_source) in initPrograms()
373 << glu::FragmentSource(shader.shader_source) in initPrograms()
378 << glu::VertexSource(shader.shader_source) in initPrograms()
383 << glu::TessellationControlSource(shader.shader_source) in initPrograms()
388 << glu::TessellationEvaluationSource(shader.shader_source) in initPrograms()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11shader.cpp90 compile_shader (GstD3D11Device * device, const gchar * shader_source, in compile_shader() argument
128 GST_TRACE ("Compile code \n%s", shader_source); in compile_shader()
130 hr = GstD3DCompileFunc (shader_source, strlen (shader_source), NULL, NULL, in compile_shader()
148 GST_STR_NULL (err), GST_STR_NULL (shader_source)); in compile_shader()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_shaders_gl.c69 static const char *shader_source[NUM_SHADERS][2] = variable
333 if (!CompileShader(ctx, data->vert_shader, vert_defines, shader_source[index][0])) { in CompileShaderProgram()
339 if (!CompileShader(ctx, data->frag_shader, frag_defines, shader_source[index][1])) { in CompileShaderProgram()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldeinterlace.c419 const gchar * shader_name, const gchar * shader_source) in gst_gl_deinterlace_get_fragment_shader() argument
432 frags[1] = shader_source; in gst_gl_deinterlace_get_fragment_shader()
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc41 static GLuint LoadShader(GLenum shader_type, const char *shader_source) { in LoadShader() argument
47 glShaderSource(shader, 1, &shader_source, nullptr); in LoadShader()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp213 std::string shader_source = m_parent_test->getShaderSource(shader); in compileShaders() local
219 << shader_source << "\n\n" in compileShaders()
225 std::string shader_source = m_parent_test->getShaderSource(shader); in compileShaders() local
228 << shader_source << "\n\n" in compileShaders()
DesextcTessellationShaderXFB.cpp233 std::string shader_source = getShaderSource(so_id); in createSeparableProgram() local
235 << shader_source << "\n\n" in createSeparableProgram()
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c2072 shader_source(struct gl_context *ctx, GLuint shaderObj, GLsizei count, in shader_source() function
2173 shader_source(ctx, shaderObj, count, string, length, true); in _mesa_ShaderSource_no_error()
2182 shader_source(ctx, shaderObj, count, string, length, false); in _mesa_ShaderSource()
3242 char *shader_source; member
3283 free(sh_incl_ht_entry->shader_source); in destroy_shader_include()
3467 (sh_incl_ht_entry == NULL || !sh_incl_ht_entry->shader_source)) in lookup_shader_include()
3489 return shader_include ? shader_include->shader_source : NULL; in _mesa_lookup_shader_include()
3567 free(sh_incl_ht_entry->shader_source); in _mesa_NamedStringARB()
3568 sh_incl_ht_entry->shader_source = string_cp; in _mesa_NamedStringARB()
3600 free(shader_include->shader_source); in _mesa_DeleteNamedStringARB()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp489 std::string shader_source = getShaderSource(*it); in buildProgramVA() local
491 << shader_source << "\n\n" in buildProgramVA()
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/
Dgles2-gtf-master.txt1193 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilevert_shadersource
1194 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1195 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilefrag_shadersource
1196 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1197 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_invalidshaderhandle
1198 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_programhandle
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/
Dgles2-gtf-master.txt1177 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilevert_shadersource
1178 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1179 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilefrag_shadersource
1180 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1181 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_invalidshaderhandle
1182 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_programhandle
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/
Dgles2-gtf-master.txt1177 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilevert_shadersource
1178 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1179 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilefrag_shadersource
1180 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1181 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_invalidshaderhandle
1182 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_programhandle
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/
Dgles2-gtf-master.txt1193 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilevert_shadersource
1194 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1195 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilefrag_shadersource
1196 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1197 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_invalidshaderhandle
1198 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_programhandle
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/
Dgles2-gtf-master.txt1177 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilevert_shadersource
1178 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1179 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilefrag_shadersource
1180 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1181 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_invalidshaderhandle
1182 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_programhandle
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/
Dgles2-gtf-master.txt1177 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilevert_shadersource
1178 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1179 GTF-GLES2.gtf.GL2Tests.shader_source.successfulcompilefrag_shadersource
1180 GTF-GLES2.gtf.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1181 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_invalidshaderhandle
1182 GTF-GLES2.gtf.GL2Tests.shader_source.shadersource_programhandle
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/
Dgl30-gtf-master.txt1185 GTF-GL30.gtf21.GL2Tests.shader_source.successfulcompilevert_shadersource
1186 GTF-GL30.gtf21.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1187 GTF-GL30.gtf21.GL2Tests.shader_source.successfulcompilefrag_shadersource
1188 GTF-GL30.gtf21.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1189 GTF-GL30.gtf21.GL2Tests.shader_source.shadersource_invalidshaderhandle
1190 GTF-GL30.gtf21.GL2Tests.shader_source.shadersource_programhandle
Dgl31-gtf-master.txt1185 GTF-GL31.gtf21.GL2Tests.shader_source.successfulcompilevert_shadersource
1186 GTF-GL31.gtf21.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1187 GTF-GL31.gtf21.GL2Tests.shader_source.successfulcompilefrag_shadersource
1188 GTF-GL31.gtf21.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1189 GTF-GL31.gtf21.GL2Tests.shader_source.shadersource_invalidshaderhandle
1190 GTF-GL31.gtf21.GL2Tests.shader_source.shadersource_programhandle
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/
Dgl31-gtf-master.txt1185 GTF-GL31.gtf21.GL2Tests.shader_source.successfulcompilevert_shadersource
1186 GTF-GL31.gtf21.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1187 GTF-GL31.gtf21.GL2Tests.shader_source.successfulcompilefrag_shadersource
1188 GTF-GL31.gtf21.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1189 GTF-GL31.gtf21.GL2Tests.shader_source.shadersource_invalidshaderhandle
1190 GTF-GL31.gtf21.GL2Tests.shader_source.shadersource_programhandle
Dgl30-gtf-master.txt1185 GTF-GL30.gtf21.GL2Tests.shader_source.successfulcompilevert_shadersource
1186 GTF-GL30.gtf21.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1187 GTF-GL30.gtf21.GL2Tests.shader_source.successfulcompilefrag_shadersource
1188 GTF-GL30.gtf21.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1189 GTF-GL30.gtf21.GL2Tests.shader_source.shadersource_invalidshaderhandle
1190 GTF-GL30.gtf21.GL2Tests.shader_source.shadersource_programhandle
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/
Dgl30-gtf-master.txt1185 GTF-GL30.gtf21.GL2Tests.shader_source.successfulcompilevert_shadersource
1186 GTF-GL30.gtf21.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1187 GTF-GL30.gtf21.GL2Tests.shader_source.successfulcompilefrag_shadersource
1188 GTF-GL30.gtf21.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1189 GTF-GL30.gtf21.GL2Tests.shader_source.shadersource_invalidshaderhandle
1190 GTF-GL30.gtf21.GL2Tests.shader_source.shadersource_programhandle
Dgl31-gtf-master.txt1185 GTF-GL31.gtf21.GL2Tests.shader_source.successfulcompilevert_shadersource
1186 GTF-GL31.gtf21.GL2Tests.shader_source.unsuccessfulcompilevert_shadersource
1187 GTF-GL31.gtf21.GL2Tests.shader_source.successfulcompilefrag_shadersource
1188 GTF-GL31.gtf21.GL2Tests.shader_source.unsuccessfulcompilefrag_shadersource
1189 GTF-GL31.gtf21.GL2Tests.shader_source.shadersource_invalidshaderhandle
1190 GTF-GL31.gtf21.GL2Tests.shader_source.shadersource_programhandle

12345