Home
last modified time | relevance | path

Searched refs:compile_shader (Results 1 – 25 of 133) sorted by relevance

123456

/aosp_15_r20/external/mesa3d/src/compiler/glsl/tests/
H A Dtest_gl_lower_mediump.cpp54 struct gl_shader *compile_shader(GLenum type, const char *source);
150 gl_nir_lower_mediump_test::compile_shader(GLenum type, const char *source) in compile_shader() function in __anon09ed97b20111::gl_nir_lower_mediump_test
195 compile_shader(GL_VERTEX_SHADER, vs_source); in compile()
197 compile_shader(GL_FRAGMENT_SHADER, source); in compile()
H A Dlower_precision_test.py2036 def compile_shader(standalone_compiler, source): function
2049 ir = compile_shader(standalone_compiler, test.source)
/aosp_15_r20/external/libultrahdr/lib/src/gpu/
H A Duhdr_gl_utils.cpp79 GLuint uhdr_opengl_ctxt::compile_shader(GLenum type, const char* source) { in compile_shader() function in ultrahdr::uhdr_opengl_ctxt
141 GLuint vertexShader = compile_shader(GL_VERTEX_SHADER, vertex_source); in create_shader_program()
142 GLuint fragmentShader = compile_shader(GL_FRAGMENT_SHADER, fragment_source); in create_shader_program()
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv2dxil.c82 compile_shader(const char *filename, gl_shader_stage shader_stage, struct shader *shader, in compile_shader() function
228 if (!compile_shader(optarg, shader_stage, &cur_shader, &conf)) in main()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_internal_kernels.c68 compile_shader(struct anv_device *device, in compile_shader() function
349 bin = compile_shader(device, in anv_device_get_internal_shader()
/aosp_15_r20/external/deqp/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()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dstandalone.cpp306 compile_shader(struct gl_context *ctx, struct gl_shader *shader) in compile_shader() function
406 compile_shader(ctx, shader); in standalone_compile_shader()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.h91 void (*compile_shader)(nir_shader *s, struct panfrost_compile_inputs *inputs, member
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/
H A Dgles2-gtf-main.txt1072 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_vert
1073 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_frag
1074 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_vert
1075 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_frag
1076 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_vert
1077 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_frag
1078 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_invalid_handle
1079 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.2.x/
H A Dgles2-gtf-main.txt1056 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_vert
1057 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_frag
1058 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_vert
1059 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_frag
1060 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_vert
1061 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_frag
1062 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_invalid_handle
1063 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.3.x/
H A Dgles2-gtf-main.txt1056 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_vert
1057 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_frag
1058 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_vert
1059 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_frag
1060 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_vert
1061 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_frag
1062 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_invalid_handle
1063 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.4.x/
H A Dgles2-gtf-main.txt1072 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_vert
1073 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_frag
1074 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_vert
1075 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_frag
1076 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_vert
1077 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_frag
1078 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_invalid_handle
1079 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/
H A Dgles2-gtf-main.txt1056 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_vert
1057 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_frag
1058 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_vert
1059 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_frag
1060 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_vert
1061 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_frag
1062 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_invalid_handle
1063 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/
H A Dgles2-gtf-main.txt1056 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_vert
1057 GTF-GLES2.gtf.GL2Tests.compile_shader.successful_compile_frag
1058 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_vert
1059 GTF-GLES2.gtf.GL2Tests.compile_shader.unsuccessful_compile_frag
1060 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_vert
1061 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_emptyhandle_frag
1062 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_invalid_handle
1063 GTF-GLES2.gtf.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/libultrahdr/lib/include/ultrahdr/
H A Dultrahdrcommon.h267 GLuint compile_shader(GLenum type, const char* source);
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/
H A Dgl30-gtf-main.txt1065 GTF-GL30.gtf21.GL2Tests.compile_shader.successful_compile_vert
1066 GTF-GL30.gtf21.GL2Tests.compile_shader.successful_compile_frag
1067 GTF-GL30.gtf21.GL2Tests.compile_shader.unsuccessful_compile_vert
1068 GTF-GL30.gtf21.GL2Tests.compile_shader.unsuccessful_compile_frag
1069 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_emptyhandle_vert
1070 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_emptyhandle_frag
1071 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_invalid_handle
1072 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_program_handle
H A Dgl31-gtf-main.txt1065 GTF-GL31.gtf21.GL2Tests.compile_shader.successful_compile_vert
1066 GTF-GL31.gtf21.GL2Tests.compile_shader.successful_compile_frag
1067 GTF-GL31.gtf21.GL2Tests.compile_shader.unsuccessful_compile_vert
1068 GTF-GL31.gtf21.GL2Tests.compile_shader.unsuccessful_compile_frag
1069 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_emptyhandle_vert
1070 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_emptyhandle_frag
1071 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_invalid_handle
1072 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.0.x/
H A Dgl30-gtf-main.txt1065 GTF-GL30.gtf21.GL2Tests.compile_shader.successful_compile_vert
1066 GTF-GL30.gtf21.GL2Tests.compile_shader.successful_compile_frag
1067 GTF-GL30.gtf21.GL2Tests.compile_shader.unsuccessful_compile_vert
1068 GTF-GL30.gtf21.GL2Tests.compile_shader.unsuccessful_compile_frag
1069 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_emptyhandle_vert
1070 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_emptyhandle_frag
1071 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_invalid_handle
1072 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_program_handle
H A Dgl31-gtf-main.txt1065 GTF-GL31.gtf21.GL2Tests.compile_shader.successful_compile_vert
1066 GTF-GL31.gtf21.GL2Tests.compile_shader.successful_compile_frag
1067 GTF-GL31.gtf21.GL2Tests.compile_shader.unsuccessful_compile_vert
1068 GTF-GL31.gtf21.GL2Tests.compile_shader.unsuccessful_compile_frag
1069 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_emptyhandle_vert
1070 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_emptyhandle_frag
1071 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_invalid_handle
1072 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_program_handle
H A Dgl40-gtf-main.txt1065 GTF-GL40.gtf21.GL2Tests.compile_shader.successful_compile_vert
1066 GTF-GL40.gtf21.GL2Tests.compile_shader.successful_compile_frag
1067 GTF-GL40.gtf21.GL2Tests.compile_shader.unsuccessful_compile_vert
1068 GTF-GL40.gtf21.GL2Tests.compile_shader.unsuccessful_compile_frag
1069 GTF-GL40.gtf21.GL2Tests.compile_shader.compile_emptyhandle_vert
1070 GTF-GL40.gtf21.GL2Tests.compile_shader.compile_emptyhandle_frag
1071 GTF-GL40.gtf21.GL2Tests.compile_shader.compile_invalid_handle
1072 GTF-GL40.gtf21.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gl/khronos_mustpass/main/
H A Dgl31-gtf-main.txt1065 GTF-GL31.gtf21.GL2Tests.compile_shader.successful_compile_vert
1066 GTF-GL31.gtf21.GL2Tests.compile_shader.successful_compile_frag
1067 GTF-GL31.gtf21.GL2Tests.compile_shader.unsuccessful_compile_vert
1068 GTF-GL31.gtf21.GL2Tests.compile_shader.unsuccessful_compile_frag
1069 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_emptyhandle_vert
1070 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_emptyhandle_frag
1071 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_invalid_handle
1072 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_program_handle
H A Dgl30-gtf-main.txt1065 GTF-GL30.gtf21.GL2Tests.compile_shader.successful_compile_vert
1066 GTF-GL30.gtf21.GL2Tests.compile_shader.successful_compile_frag
1067 GTF-GL30.gtf21.GL2Tests.compile_shader.unsuccessful_compile_vert
1068 GTF-GL30.gtf21.GL2Tests.compile_shader.unsuccessful_compile_frag
1069 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_emptyhandle_vert
1070 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_emptyhandle_frag
1071 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_invalid_handle
1072 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.1.x/
H A Dgl31-gtf-main.txt1065 GTF-GL31.gtf21.GL2Tests.compile_shader.successful_compile_vert
1066 GTF-GL31.gtf21.GL2Tests.compile_shader.successful_compile_frag
1067 GTF-GL31.gtf21.GL2Tests.compile_shader.unsuccessful_compile_vert
1068 GTF-GL31.gtf21.GL2Tests.compile_shader.unsuccessful_compile_frag
1069 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_emptyhandle_vert
1070 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_emptyhandle_frag
1071 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_invalid_handle
1072 GTF-GL31.gtf21.GL2Tests.compile_shader.compile_program_handle
H A Dgl30-gtf-main.txt1065 GTF-GL30.gtf21.GL2Tests.compile_shader.successful_compile_vert
1066 GTF-GL30.gtf21.GL2Tests.compile_shader.successful_compile_frag
1067 GTF-GL30.gtf21.GL2Tests.compile_shader.unsuccessful_compile_vert
1068 GTF-GL30.gtf21.GL2Tests.compile_shader.unsuccessful_compile_frag
1069 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_emptyhandle_vert
1070 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_emptyhandle_frag
1071 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_invalid_handle
1072 GTF-GL30.gtf21.GL2Tests.compile_shader.compile_program_handle
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.cc755 compile_shader(struct tu_device *dev, struct nir_shader *nir, in compile_shader() function
794 compile_shader(dev, build_blit_vs_shader(), 3, &offset, GLOBAL_SH_VS_BLIT); in tu_init_clear_blit_shaders()
795 compile_shader(dev, build_clear_vs_shader(), 2, &offset, GLOBAL_SH_VS_CLEAR); in tu_init_clear_blit_shaders()
796 compile_shader(dev, build_blit_fs_shader(false), 0, &offset, GLOBAL_SH_FS_BLIT); in tu_init_clear_blit_shaders()
797 compile_shader(dev, build_blit_fs_shader(true), 0, &offset, GLOBAL_SH_FS_BLIT_ZSCALE); in tu_init_clear_blit_shaders()
798 compile_shader(dev, build_ms_copy_fs_shader(false), 0, &offset, GLOBAL_SH_FS_COPY_MS); in tu_init_clear_blit_shaders()
799 compile_shader(dev, build_ms_copy_fs_shader(true), 0, &offset, GLOBAL_SH_FS_COPY_MS_HALF); in tu_init_clear_blit_shaders()
802 compile_shader(dev, build_clear_fs_shader(num_rts), num_rts, &offset, in tu_init_clear_blit_shaders()

123456