Searched defs:pstage (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_pipe.h | 30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
|
H A D | iris_screen.c | 655 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 D | crocus_pipe.h | 30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
|
H A D | crocus_screen.c | 650 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 D | lvp_pipeline.c | 887 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); in lvp_graphics_pipeline_init() local
|
H A D | lvp_execute.c | 220 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 D | zink_program.c | 97 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); in get_shader_module_for_stage() local [all...] |
H A 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
|
H A 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
|
H A D | zink_context.h | 463 zink_pipeline_flags_from_pipe_stage(enum pipe_shader_type pstage) in zink_pipeline_flags_from_pipe_stage() argument
|
H A D | zink_compiler.c | 3260 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(shader->nir->info.stage); in zink_shader_free() local
|
H A D | zink_context.c | 672 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