Searched refs:compile_shader (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dcmdline.c46 compile_shader(char **argv) function in typeref:typename:void
129 compile_shader(&argv[2]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_assemble.c80 screen->vtbl.compile_shader(s, &inputs, &binary, &state->info);
H A Dpan_screen.h92 void (*compile_shader)(nir_shader *s, member in struct:panfrost_vtable
H A Dpan_cmdstream.c3676 screen->vtbl.compile_shader = GENX(pan_shader_compile);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dlower_precision_test.py2280 def compile_shader(standalone_compiler, source): function
2293 ir = compile_shader(standalone_compiler, test.source)
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dcmdline.c85 compile_shader(char **argv) function in typeref:typename:void
230 compile_shader(&argv[2]);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcmdline.c117 compile_shader(int stages, char **files) function in typeref:typename:void
327 compile_shader(argc - optind - 1, &argv[optind + 1]);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dstandalone.cpp381 compile_shader(struct gl_context *ctx, struct gl_shader *shader) function in typeref:typename:void
498 compile_shader(ctx, shader);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dstandalone.cpp391 compile_shader(struct gl_context *ctx, struct gl_shader *shader) function in typeref:typename:void
499 compile_shader(ctx, shader);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_clear_blit.c539 compile_shader(struct tu_device *dev, struct nir_shader *nir, function in typeref:typename:void
572 compile_shader(dev, build_blit_vs_shader(), 3, &offset, GLOBAL_SH_VS_BLIT);
573 compile_shader(dev, build_clear_vs_shader(), 2, &offset, GLOBAL_SH_VS_CLEAR);
574 compile_shader(dev, build_blit_fs_shader(false), 0, &offset, GLOBAL_SH_FS_BLIT);
575 compile_shader(dev, build_blit_fs_shader(true), 0, &offset, GLOBAL_SH_FS_BLIT_ZSCALE);
576 compile_shader(dev, build_ms_copy_fs_shader(), 0, &offset, GLOBAL_SH_FS_COPY_MS);
579 compile_shader(dev, build_clear_fs_shader(num_rts), num_rts, &offset,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D12.0.0.rst167 dEQP-GLES3.functional.negative_api.shader.compile_shader and

Completed in 25 milliseconds