Searched defs:p_stage (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 142 struct v3dv_pipeline_stage *p_stage, in destroy_pipeline_stage() 1010 const struct v3dv_pipeline_stage *p_stage, in pipeline_populate_v3d_key() 1101 const struct v3dv_pipeline_stage *p_stage, in pipeline_populate_v3d_fs_key() 1220 const struct v3dv_pipeline_stage *p_stage) in pipeline_populate_v3d_vs_key() 1283 struct v3dv_pipeline_stage *p_stage = in pipeline_stage_create_vs_bin() local 1369 pipeline_hash_variant(const struct v3dv_pipeline_stage *p_stage, in pipeline_hash_variant() 1486 v3dv_get_shader_variant(struct v3dv_pipeline_stage *p_stage, in v3dv_get_shader_variant() 1622 pregenerate_shader_variants(struct v3dv_pipeline_stage *p_stage, in pregenerate_shader_variants() 1752 struct v3dv_pipeline_stage *p_stage, in pipeline_lower_nir() 1767 get_ucp_enable_mask(struct v3dv_pipeline_stage *p_stage) in get_ucp_enable_mask() [all …]
|
D | v3dv_uniforms.c | 323 struct v3dv_pipeline_stage *p_stage, in v3dv_write_uniforms_wg_offsets() 447 struct v3dv_pipeline_stage *p_stage) in v3dv_write_uniforms()
|
D | v3dv_cmd_buffer.c | 2966 struct v3dv_pipeline_stage *p_stage = cmd_buffer->state.pipeline->fs; in update_fs_variant() local 2996 struct v3dv_pipeline_stage *p_stage; in update_vs_variant() local 3049 struct v3dv_pipeline_stage *p_stage = cmd_buffer->state.pipeline->cs; in update_cs_variant() local
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 712 enum pipe_shader_type p_stage, in fill_sampler_stage() 731 enum pipe_shader_type p_stage, in fill_sampler_view_stage() 790 enum pipe_shader_type p_stage, in fill_sampler_buffer_view_stage() 825 enum pipe_shader_type p_stage, in fill_image_view_stage() 860 enum pipe_shader_type p_stage, in fill_image_buffer_view_stage() 884 enum pipe_shader_type p_stage, in handle_descriptor() 969 enum pipe_shader_type p_stage) in handle_set_stage()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_program.c | 255 enum pipe_shader_type p_stage = pipe_shader_type_from_mesa(shader->nir->info.stage); in gfx_program_remove_shader() local
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 426 enum pipe_shader_type p_stage, in iris_get_shader_param()
|
D | iris_state.c | 2012 enum pipe_shader_type p_stage, in iris_bind_sampler_states() 2738 enum pipe_shader_type p_stage, in iris_set_shader_images() 2848 enum pipe_shader_type p_stage, in iris_set_sampler_views() 3205 enum pipe_shader_type p_stage, unsigned index, in iris_set_constant_buffer() 3354 enum pipe_shader_type p_stage, in iris_set_shader_buffers() 7012 enum pipe_shader_type p_stage = stage_to_pipe(s); in iris_rebind_buffer() local
|