Home
last modified time | relevance | path

Searched refs:shader_text (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gpu_shader5/compiler/
H A Dinvocations_count_too_large.c70 char *shader_text; in test_invocations_size() local
77 (void)!asprintf(&shader_text, gs_template, size); in test_invocations_size()
79 glShaderSource(shader, 1, (const GLchar **) &shader_text, NULL); in test_invocations_size()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gpu_shader5/linker/
H A Demitstreamvertex_stream_too_large.c92 char *shader_text; in piglit_init() local
109 (void)!asprintf(&shader_text, gs_template, max_streams, max_streams); in piglit_init()
111 glShaderSource(gs, 1, (const GLchar **) &shader_text, NULL); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dversion-mixing.c185 char *shader_text = NULL; in try_attach_shader() local
189 (void)!asprintf(&shader_text, shader_template, version); in try_attach_shader()
190 glShaderSource(shader, 1, (const GLchar **) &shader_text, NULL); in try_attach_shader()
191 free(shader_text); in try_attach_shader()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_compute_shader/compiler/
H A Dwork_group_size_too_large.c75 char *shader_text; in test_work_group_size() local
82 (void)!asprintf(&shader_text, cs_template, size[0], size[1], size[2]); in test_work_group_size()
84 glShaderSource(shader, 1, (const GLchar **) &shader_text, NULL); in test_work_group_size()
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dpost_processing_opengl.cpp202 std::stringstream shader_text; in GetPostProcessingShaderCode() local
203 shader_text << file.rdbuf(); in GetPostProcessingShaderCode()
205 return dolphin_shader_header + shader_text.str(); in GetPostProcessingShaderCode()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dpost_processing_opengl.cpp202 std::stringstream shader_text; in GetPostProcessingShaderCode() local
203 shader_text << file.rdbuf(); in GetPostProcessingShaderCode()
205 return dolphin_shader_header + shader_text.str(); in GetPostProcessingShaderCode()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gpu_shader5/compiler/stream-qualifier/
H A Dstream_value_too_large.c95 char *shader_text; in compile_shaders() local
102 (void)!asprintf(&shader_text, gs_template, size); in compile_shaders()
104 glShaderSource(shader, 1, (const GLchar **) &shader_text, NULL); in compile_shaders()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/glslparsertest/
H A Dglslparsertest.c184 char shader_text[4096]; in attach_dummy_shader() local
214 snprintf(shader_text, sizeof(shader_text), in attach_dummy_shader()
218 shader = piglit_compile_shader_text(type, shader_text); in attach_dummy_shader()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/
H A DStaticGlShaders.cpp847 std::string StaticGlShaders::AddVersionHeader(std::string shader_text) { in AddVersionHeader() argument
848 return version_header_ + "\n" + shader_text; in AddVersionHeader()
H A DStaticGlShaders.h59 std::string AddVersionHeader(std::string shader_text);
/dports/graphics/libplacebo/libplacebo-4.157.0/src/include/libplacebo/shaders/
H A Dcustom.h276 const char *shader_text,
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_transform_feedback/
H A Dstructs.c777 compile_shader(GLenum target, const char *shader_text) in compile_shader() argument
782 (void)!asprintf(&concatenated_text, "%s%s", header, shader_text); in compile_shader()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIDrawUtil.cpp441 std::string shader_text; in StartUsing() local
442 if (!ReadFile(shader_path, shader_text)) { in StartUsing()
447 m_scanline_shader = ShaderProgram::shaderProgramFactory("", shader_text); in StartUsing()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dgen_vk_internal_shaders.py269 def cleanup_preprocessed_shader(shader_text): argument
270 return compact_newlines_regex.sub('\n\n', shader_text.strip())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dgen_vk_internal_shaders.py311 def cleanup_preprocessed_shader(shader_text): argument
312 return compact_newlines_regex.sub('\n\n', shader_text.strip())
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/render/direct3d/
H A DSDL_render_d3d.c725 const char *shader_text = in D3D_CreateRenderer() local
753 …result = D3DXAssembleShader(shader_text, SDL_strlen(shader_text), NULL, NULL, 0, &pCode, &pErrorMs… in D3D_CreateRenderer()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/render/direct3d/
H A DSDL_render_d3d.c725 const char *shader_text = in D3D_CreateRenderer() local
753 …result = D3DXAssembleShader(shader_text, SDL_strlen(shader_text), NULL, NULL, 0, &pCode, &pErrorMs… in D3D_CreateRenderer()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/render/direct3d/
H A DSDL_render_d3d.c725 const char *shader_text = in D3D_CreateRenderer() local
753 …result = D3DXAssembleShader(shader_text, SDL_strlen(shader_text), NULL, NULL, 0, &pCode, &pErrorMs… in D3D_CreateRenderer()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/shaders/
H A Dcustom.c1308 const char *shader_text, in pl_mpv_user_shader_parse() argument
1335 pl_str shader = { (char *) shader_text, shader_len }; in pl_mpv_user_shader_parse()