Searched defs:pstage (Results 1 – 12 of 12) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_pipe.h | 30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe()
|
| D | iris_screen.c | 657 enum pipe_shader_type pstage) in iris_get_compiler_options()
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_pipe.h | 30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe()
|
| D | crocus_screen.c | 652 enum pipe_shader_type pstage) in crocus_get_compiler_options()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_context.c | 672 update_nonseamless_shader_key(struct zink_context *ctx, enum pipe_shader_type pstage) in update_nonseamless_shader_key() 1238 unbind_descriptor_stage(struct zink_resource *res, enum pipe_shader_type pstage) in unbind_descriptor_stage() 1245 unbind_buffer_descriptor_stage(struct zink_resource *res, enum pipe_shader_type pstage) in unbind_buffer_descriptor_stage() 1252 unbind_ubo(struct zink_context *ctx, struct zink_resource *res, enum pipe_shader_type pstage, unsig… in unbind_ubo() 1265 invalidate_inlined_uniforms(struct zink_context *ctx, enum pipe_shader_type pstage) in invalidate_inlined_uniforms() 1357 unbind_descriptor_reads(struct zink_resource *res, enum pipe_shader_type pstage) in unbind_descriptor_reads() 1364 unbind_buffer_descriptor_reads(struct zink_resource *res, enum pipe_shader_type pstage) in unbind_buffer_descriptor_reads() 1371 unbind_ssbo(struct zink_context *ctx, struct zink_resource *res, enum pipe_shader_type pstage, unsi… in unbind_ssbo()
|
| D | zink_draw.cpp | 183 …enum pipe_shader_type pstage = pipe_shader_type_from_mesa(ctx->last_vertex_stage->nir->info.stage); in update_gfx_program() local
|
| D | zink_program.c | 97 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); in get_shader_module_for_stage() local
|
| D | zink_context.h | 463 zink_pipeline_flags_from_pipe_stage(enum pipe_shader_type pstage) in zink_pipeline_flags_from_pipe_stage()
|
| D | zink_descriptors.c | 1296 … enum pipe_shader_type pstage = shader ? pipe_shader_type_from_mesa(shader->nir->info.stage) : i; in update_push_ubo_descriptors() local
|
| D | zink_compiler.c | 3260 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(shader->nir->info.stage); in zink_shader_free() local
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_execute.c | 220 get_pcbuf_size(struct rendering_state *state, enum pipe_shader_type pstage) in get_pcbuf_size() 227 calc_ubo0_size(struct rendering_state *state, enum pipe_shader_type pstage) in calc_ubo0_size() 236 fill_ubo0(struct rendering_state *state, uint8_t *mem, enum pipe_shader_type pstage) in fill_ubo0() 251 update_pcbuf(struct rendering_state *state, enum pipe_shader_type pstage) in update_pcbuf() 980 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); in handle_pipeline_access() local
|
| D | lvp_pipeline.c | 887 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); in lvp_graphics_pipeline_init() local
|