Home
last modified time | relevance | path

Searched defs:pstage (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_program.h373 zink_get_shader_key_base(const struct zink_context *ctx, gl_shader_stage pstage) in zink_get_shader_key_base()
380 zink_set_shader_key_base(struct zink_context *ctx, gl_shader_stage pstage) in zink_set_shader_key_base()
388 zink_set_zs_needs_shader_swizzle_key(struct zink_context *ctx, gl_shader_stage pstage, bool swizzle… in zink_set_zs_needs_shader_swizzle_key()
Dzink_context.h159 zink_pipeline_flags_from_pipe_stage(gl_shader_stage pstage) in zink_pipeline_flags_from_pipe_stage()
Dzink_context.c857 update_nonseamless_shader_key(struct zink_context *ctx, gl_shader_stage pstage) in update_nonseamless_shader_key()
1466 unbind_descriptor_stage(struct zink_resource *res, gl_shader_stage pstage) in unbind_descriptor_stage()
1473 unbind_buffer_descriptor_stage(struct zink_resource *res, gl_shader_stage pstage) in unbind_buffer_descriptor_stage()
1480 unbind_ubo(struct zink_context *ctx, struct zink_resource *res, gl_shader_stage pstage, unsigned sl… in unbind_ubo()
1493 invalidate_inlined_uniforms(struct zink_context *ctx, gl_shader_stage pstage) in invalidate_inlined_uniforms()
1602 unbind_ssbo(struct zink_context *ctx, struct zink_resource *res, gl_shader_stage pstage, unsigned s… in unbind_ssbo()
5467 for (gl_shader_stage pstage = MESA_SHADER_VERTEX; pstage < MESA_SHADER_FRAGMENT; pstage++) in zink_context_create() local
Dzink_program.c601 gl_shader_stage pstage = ctx->last_vertex_stage->info.stage; in zink_gfx_program_update() local
652 …der_module_optimal(struct zink_context *ctx, struct zink_gfx_program *prog, gl_shader_stage pstage) in update_gfx_shader_module_optimal()
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe()
Dcrocus_screen.c650 enum pipe_shader_type pstage) in crocus_get_compiler_options()
/external/mesa3d/src/gallium/drivers/iris/
Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe()
Diris_program.c3915 enum pipe_shader_type pstage) in iris_get_compiler_options()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c263 get_pcbuf_size(struct rendering_state *state, enum pipe_shader_type pstage) in get_pcbuf_size()
270 fill_ubo0(struct rendering_state *state, uint8_t *mem, enum pipe_shader_type pstage) in fill_ubo0()
278 update_pcbuf(struct rendering_state *state, enum pipe_shader_type pstage) in update_pcbuf()
4195 gl_shader_stage pstage = vk_to_mesa_shader_stage(1<<stage); in handle_descriptor_buffer_offsets() local