/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | lower_precision_test.py | 2280 def compile_shader(standalone_compiler, source): function 2293 ir = compile_shader(standalone_compiler, test.source)
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | cmdline.c | 85 compile_shader(char **argv) in compile_shader() function 219 compile_shader(&argv[2]); in main()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.h | 92 void (*compile_shader)(nir_shader *s, member
|
H A D | pan_assemble.c | 98 screen->vtbl.compile_shader(s, &inputs, &binary, &state->info); in panfrost_shader_compile()
|
H A D | pan_cmdstream.c | 4762 screen->vtbl.compile_shader = GENX(pan_shader_compile); in panfrost_cmdstream_screen_init()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | cmdline.c | 118 compile_shader(int stages, char **files) in compile_shader() function 335 compile_shader(argc - optind - 1, &argv[optind + 1]); in main()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_shaderc.c | 113 ret->compile_shader = shdc_shader_compile; in ff_vk_shaderc_init()
|
H A D | vulkan_glslang.c | 266 ret->compile_shader = glslc_shader_compile; in ff_vk_glslang_init()
|
H A D | vulkan.h | 67 int (*compile_shader)(struct FFVkSPIRVCompiler *ctx, void *avctx, member
|
H A D | vulkan.c | 874 err = s->spirv_compiler->compile_shader(s->spirv_compiler, s, shd, &spirv, in ff_vk_compile_shader()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cGLSLnoperspectiveTests.cpp | 42 void compile_shader(deqp::Context& context, glw::GLuint shader_id, const glw::GLchar* shader_code) in compile_shader() function 110 compile_shader(context, id, code); in prepare_shader()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | standalone.cpp | 380 compile_shader(struct gl_context *ctx, struct gl_shader *shader) in compile_shader() function 497 compile_shader(ctx, shader); in standalone_compile_shader()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_clear_blit.c | 635 compile_shader(struct tu_device *dev, struct nir_shader *nir, in compile_shader() function 673 compile_shader(dev, build_blit_vs_shader(), 3, &offset, GLOBAL_SH_VS_BLIT); in tu_init_clear_blit_shaders() 674 compile_shader(dev, build_clear_vs_shader(), 2, &offset, GLOBAL_SH_VS_CLEAR); in tu_init_clear_blit_shaders() 675 compile_shader(dev, build_blit_fs_shader(false), 0, &offset, GLOBAL_SH_FS_BLIT); in tu_init_clear_blit_shaders() 676 compile_shader(dev, build_blit_fs_shader(true), 0, &offset, GLOBAL_SH_FS_BLIT_ZSCALE); in tu_init_clear_blit_shaders() 677 compile_shader(dev, build_ms_copy_fs_shader(), 0, &offset, GLOBAL_SH_FS_COPY_MS); in tu_init_clear_blit_shaders() 680 compile_shader(dev, build_clear_fs_shader(num_rts), num_rts, &offset, in tu_init_clear_blit_shaders()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeShaderApiTests.cpp | 109 ES2F_ADD_API_CASE(compile_shader, "Invalid glCompileShader() usage", in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderApiTests.cpp | 131 void compile_shader (NegativeTestContext& ctx) in compile_shader() function 2648 {compile_shader, "compile_shader", "Invalid glCompileShader() usage" }, in getNegativeShaderApiTestFunctions()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeShaderApiTests.cpp | 127 ES3F_ADD_API_CASE(compile_shader, "Invalid glCompileShader() usage", in init()
|