Home
last modified time | relevance | path

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

/third_party/mesa3d/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)
/third_party/mesa3d/src/asahi/compiler/
H A Dcmdline.c85 compile_shader(char **argv) in compile_shader() function
219 compile_shader(&argv[2]); in main()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.h92 void (*compile_shader)(nir_shader *s, member
H A Dpan_assemble.c98 screen->vtbl.compile_shader(s, &inputs, &binary, &state->info); in panfrost_shader_compile()
H A Dpan_cmdstream.c4762 screen->vtbl.compile_shader = GENX(pan_shader_compile); in panfrost_cmdstream_screen_init()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c118 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 Dvulkan_shaderc.c113 ret->compile_shader = shdc_shader_compile; in ff_vk_shaderc_init()
H A Dvulkan_glslang.c266 ret->compile_shader = glslc_shader_compile; in ff_vk_glslang_init()
H A Dvulkan.h67 int (*compile_shader)(struct FFVkSPIRVCompiler *ctx, void *avctx, member
H A Dvulkan.c874 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 Dgl3cGLSLnoperspectiveTests.cpp42 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 Dstandalone.cpp380 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 Dtu_clear_blit.c635 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 Des2fNegativeShaderApiTests.cpp109 ES2F_ADD_API_CASE(compile_shader, "Invalid glCompileShader() usage", in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp131 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 Des3fNegativeShaderApiTests.cpp127 ES3F_ADD_API_CASE(compile_shader, "Invalid glCompileShader() usage", in init()

Completed in 27 milliseconds