Home
last modified time | relevance | path

Searched defs:pstage (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
H A Diris_screen.c655 iris_get_compiler_options(struct pipe_screen *pscreen, enum pipe_shader_ir ir, enum pipe_shader_type pstage) iris_get_compiler_options() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
H A Dcrocus_screen.c650 crocus_get_compiler_options(struct pipe_screen *pscreen, enum pipe_shader_ir ir, enum pipe_shader_type pstage) crocus_get_compiler_options() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c887 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); in lvp_graphics_pipeline_init() local
H A Dlvp_execute.c220 get_pcbuf_size(struct rendering_state *state, enum pipe_shader_type pstage) in get_pcbuf_size() argument
227 calc_ubo0_size(struct rendering_state *state, enum pipe_shader_type pstage) in calc_ubo0_size() argument
236 fill_ubo0(struct rendering_state *state, uint8_t *mem, enum pipe_shader_type pstage) in fill_ubo0() argument
251 update_pcbuf(struct rendering_state *state, enum pipe_shader_type pstage) update_pcbuf() argument
980 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); handle_pipeline_access() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c97 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); in get_shader_module_for_stage() local
[all...]
H A Dzink_draw.cpp183 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(ctx->last_vertex_stage->nir->info.stage); in update_gfx_program() local
H A Dzink_descriptors.c1296 enum pipe_shader_type pstage = shader ? pipe_shader_type_from_mesa(shader->nir->info.stage) : i; in update_push_ubo_descriptors() local
H A Dzink_context.h463 zink_pipeline_flags_from_pipe_stage(enum pipe_shader_type pstage) in zink_pipeline_flags_from_pipe_stage() argument
H A Dzink_compiler.c3260 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(shader->nir->info.stage); in zink_shader_free() local
H A Dzink_context.c672 update_nonseamless_shader_key(struct zink_context *ctx, enum pipe_shader_type pstage) in update_nonseamless_shader_key() argument
1238 unbind_descriptor_stage(struct zink_resource *res, enum pipe_shader_type pstage) in unbind_descriptor_stage() argument
1245 unbind_buffer_descriptor_stage(struct zink_resource *res, enum pipe_shader_type pstage) unbind_buffer_descriptor_stage() argument
1252 unbind_ubo(struct zink_context *ctx, struct zink_resource *res, enum pipe_shader_type pstage, unsigned slot) unbind_ubo() argument
1265 invalidate_inlined_uniforms(struct zink_context *ctx, enum pipe_shader_type pstage) invalidate_inlined_uniforms() argument
1357 unbind_descriptor_reads(struct zink_resource *res, enum pipe_shader_type pstage) unbind_descriptor_reads() argument
1364 unbind_buffer_descriptor_reads(struct zink_resource *res, enum pipe_shader_type pstage) unbind_buffer_descriptor_reads() argument
1371 unbind_ssbo(struct zink_context *ctx, struct zink_resource *res, enum pipe_shader_type pstage, unsigned slot, bool writable) unbind_ssbo() argument
[all...]

Completed in 44 milliseconds