Home
last modified time | relevance | path

Searched defs:gfx_state (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_graphics.c1048 …ort_multiview(const struct radv_shader_stage *stage, const struct radv_graphics_state_key *gfx_sta… in radv_should_export_multiview()
1059 radv_remove_point_size(const struct radv_graphics_state_key *gfx_state, nir_shader *producer, nir_s… in radv_remove_point_size()
1089 radv_remove_color_exports(const struct radv_graphics_state_key *gfx_state, nir_shader *nir) in radv_remove_color_exports()
1174 … struct radv_shader_stage *consumer_stage, const struct radv_graphics_state_key *gfx_state) in radv_link_shaders()
1271 const struct radv_graphics_state_key *gfx_state) in radv_link_vs()
1290 struct radv_shader_stage *tes_stage, const struct radv_graphics_state_key *gfx_state) in radv_link_tcs()
1306 struct radv_shader_stage *next_stage, const struct radv_graphics_state_key *gfx_state) in radv_link_tes()
1324 const struct radv_graphics_state_key *gfx_state) in radv_link_gs()
1341 … struct radv_shader_stage *mesh_stage, const struct radv_graphics_state_key *gfx_state) in radv_link_task()
1355 struct radv_shader_stage *fs_stage, const struct radv_graphics_state_key *gfx_state) in radv_link_mesh()
[all …]
H A Dradv_shader_info.c25 const struct radv_graphics_state_key *gfx_state) in radv_use_vs_prolog()
32 const struct radv_graphics_state_key *gfx_state, in radv_use_per_attribute_vb_descs()
40 const struct radv_graphics_state_key *gfx_state, in gather_load_vs_input_info()
68 const struct radv_graphics_state_key *gfx_state) in gather_load_fs_input_info()
118 const struct radv_graphics_state_key *gfx_state, in gather_intrinsic_load_input_info()
212const struct radv_graphics_state_key *gfx_state, const struct radv_shader_stage_key *stage_key, in gather_intrinsic_info()
338const struct radv_graphics_state_key *gfx_state, const struct radv_shader_stage_key *stage_key, in gather_info_block()
488const struct radv_graphics_state_key *gfx_state, const struct radv_shader_stage_key *stage_key, in gather_shader_info_vs()
539const struct radv_graphics_state_key *gfx_state, struct radv_shader_info *info) in gather_shader_info_tcs()
850const struct radv_graphics_state_key *gfx_state, struct radv_shader_info *info) in gather_shader_info_fs()
[all …]
H A Dradv_shader_args.c359 …eeds_state_sgpr(const struct radv_shader_info *info, const struct radv_graphics_state_key *gfx_sta… in radv_tcs_needs_state_sgpr()
373 …eeds_state_sgpr(const struct radv_shader_info *info, const struct radv_graphics_state_key *gfx_sta… in radv_ps_needs_state_sgpr()
516 …eclare_shader_args(const struct radv_device *device, const struct radv_graphics_state_key *gfx_sta… in declare_shader_args()
870 …eclare_shader_args(const struct radv_device *device, const struct radv_graphics_state_key *gfx_sta… in radv_declare_shader_args()
H A Dradv_shader_object.c135 struct radv_graphics_state_key gfx_state = {0}; in radv_shader_object_init_graphics() local
443 struct radv_graphics_state_key gfx_state = {0}; in radv_shader_object_create_linked() local
H A Dradv_shader.c709 const struct radv_graphics_state_key *gfx_state) in radv_lower_ngg()
2877 const struct radv_graphics_state_key *gfx_state, bool should_use_wgp, in radv_fill_nir_compiler_options()
2998const struct radv_graphics_state_key *gfx_state, bool keep_shader_info, bool keep_statistic_info)
3170 struct radv_graphics_state_key gfx_state = {0}; local
3374 …pi_ps_input(const struct radv_physical_device *pdev, const struct radv_graphics_state_key *gfx_sta…
H A Dradv_pipeline_binary.c36 struct radv_graphics_pipeline_state gfx_state; in radv_get_pipeline_key() local
H A Dradv_pipeline.c342 radv_postprocess_nir(struct radv_device *device, const struct radv_graphics_state_key *gfx_state, in radv_postprocess_nir()
H A Dradv_pipeline_graphics.h306 radv_get_num_vertices_per_prim(const struct radv_graphics_state_key *gfx_state) in radv_get_num_vertices_per_prim()
H A Dradv_shader.h171 struct radv_graphics_state_key gfx_state; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_cmd_draw.c169 struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in get_push_range_address() local
246 const struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in get_push_range_bound_size() local
313 const struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in cmd_buffer_emit_push_constant() local
425 const struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in cmd_buffer_emit_push_constant_all() local
462 struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in cmd_buffer_flush_gfx_push_constants() local
596 struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in cmd_buffer_flush_mesh_inline_data() local
1791 struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in cmd_buffer_set_indirect_stride() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_poly_line_smooth.c13 radv_should_lower_poly_line_smooth(nir_shader *nir, const struct radv_graphics_state_key *gfx_state) in radv_should_lower_poly_line_smooth()
39 radv_nir_lower_poly_line_smooth(nir_shader *nir, const struct radv_graphics_state_key *gfx_state) in radv_nir_lower_poly_line_smooth()
H A Dradv_nir_lower_abi.c24 const struct radv_graphics_state_key *gfx_state; member
553 const struct radv_graphics_state_key *gfx_state, uint32_t address32_hi) in radv_nir_lower_abi()
H A Dradv_nir_lower_vs_inputs.c19 const struct radv_graphics_state_key *gfx_state; member
396const struct radv_graphics_state_key *gfx_state, const struct radeon_info *gpu_info) in radv_nir_lower_vs_inputs()
H A Dradv_nir_remap_color_attachment.c63 radv_nir_remap_color_attachment(nir_shader *shader, const struct radv_graphics_state_key *gfx_state) in radv_nir_remap_color_attachment()
H A Dradv_nir_lower_fs_intrinsics.c17 const struct radv_graphics_state_key *gfx_state) in radv_nir_lower_fs_intrinsics()
H A Dradv_nir_lower_fs_barycentric.c243 radv_nir_lower_fs_barycentric(nir_shader *shader, const struct radv_graphics_state_key *gfx_state, … in radv_nir_lower_fs_barycentric()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A DgenX_cmd_buffer.c2564 struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in get_push_range_address() local
2643 const struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in get_push_range_bound_size() local
2708 const struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in cmd_buffer_emit_push_constant() local
2805 struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; in cmd_buffer_flush_push_constants() local