Searched defs:sprog (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_renderer.c | 1514 vrend_get_uniform_location(struct vrend_linked_shader_program *sprog, in vrend_get_uniform_location() 1527 vrend_set_active_pipeline_stage(struct vrend_linked_shader_program *sprog, int shader_type) in vrend_set_active_pipeline_stage() 1533 static int bind_sampler_locs(struct vrend_linked_shader_program *sprog, in bind_sampler_locs() 1583 static void bind_const_locs(struct vrend_linked_shader_program *sprog, in bind_const_locs() 1596 vrend_get_uniform_block_index(struct vrend_linked_shader_program *sprog, in vrend_get_uniform_block_index() 1609 vrend_uniform_block_binding(struct vrend_linked_shader_program *sprog, in vrend_uniform_block_binding() 1621 static int bind_ubo_locs(struct vrend_linked_shader_program *sprog, in bind_ubo_locs() 1647 static void bind_virgl_block_loc(struct vrend_linked_shader_program *sprog, in bind_virgl_block_loc() 1685 static void rebind_ubo_and_sampler_locs(struct vrend_linked_shader_program *sprog, in rebind_ubo_and_sampler_locs() 1716 static void bind_ssbo_locs(struct vrend_linked_shader_program *sprog, in bind_ssbo_locs() [all …]
|