Searched refs:radv_graphics_pipeline (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 93 radv_is_raster_enabled(const struct radv_graphics_pipeline *pipeline, in radv_is_raster_enabled() 101 radv_is_static_vrs_enabled(const struct radv_graphics_pipeline *pipeline, in radv_is_static_vrs_enabled() 110 radv_is_vrs_enabled(const struct radv_graphics_pipeline *pipeline, in radv_is_vrs_enabled() 136 radv_pipeline_has_ngg(const struct radv_graphics_pipeline *pipeline) in radv_pipeline_has_ngg() 144 radv_pipeline_has_ngg_passthrough(const struct radv_graphics_pipeline *pipeline) in radv_pipeline_has_ngg_passthrough() 532 radv_pipeline_compute_spi_color_formats(const struct radv_graphics_pipeline *pipeline, in radv_pipeline_compute_spi_color_formats() 693 radv_pipeline_init_blend_state(struct radv_graphics_pipeline *pipeline, in radv_pipeline_init_blend_state() 969 radv_pipeline_has_dynamic_ds_states(const struct radv_graphics_pipeline *pipeline) in radv_pipeline_has_dynamic_ds_states() 980 radv_pipeline_out_of_order_rast(struct radv_graphics_pipeline *pipeline, in radv_pipeline_out_of_order_rast() 1074 radv_pipeline_init_multisample_state(struct radv_graphics_pipeline *pipeline, in radv_pipeline_init_multisample_state() [all …]
|
D | radv_meta.h | 50 struct radv_graphics_pipeline *old_graphics_pipeline; 245 struct radv_graphics_pipeline *pipeline = cmd_buffer->state.graphics_pipeline; in radv_is_fmask_decompress_pipeline() 258 struct radv_graphics_pipeline *pipeline = cmd_buffer->state.graphics_pipeline; in radv_is_dcc_decompress_pipeline()
|
D | radv_cmd_buffer.c | 1223 struct radv_graphics_pipeline *pipeline) in radv_update_multisample_state() 1226 struct radv_graphics_pipeline *old_pipeline = cmd_buffer->state.emitted_graphics_pipeline; in radv_update_multisample_state() 1241 struct radv_graphics_pipeline *pipeline) in radv_update_binning_state() 1243 const struct radv_graphics_pipeline *old_pipeline = cmd_buffer->state.emitted_graphics_pipeline; in radv_update_binning_state() 1285 struct radv_graphics_pipeline *pipeline, bool first_stage_only) in radv_emit_prefetch_L2() 1327 struct radv_graphics_pipeline *pipeline = cmd_buffer->state.graphics_pipeline; in radv_emit_rbplus_state() 1514 struct radv_graphics_pipeline *pipeline = cmd_buffer->state.graphics_pipeline; in radv_emit_graphics_pipeline() 1610 const struct radv_graphics_pipeline *pipeline = cmd_buffer->state.graphics_pipeline; in radv_emit_viewport() 1657 struct radv_graphics_pipeline *pipeline = cmd_buffer->state.graphics_pipeline; in radv_write_scissors() 1864 struct radv_graphics_pipeline *pipeline = cmd_buffer->state.graphics_pipeline; in radv_emit_fragment_shading_rate() [all …]
|
D | radv_private.h | 1442 struct radv_graphics_pipeline *graphics_pipeline; 1443 struct radv_graphics_pipeline *emitted_graphics_pipeline; 1723 const struct radv_graphics_pipeline *pipeline, 2135 struct radv_graphics_pipeline { struct 2261 radv_pipeline_has_stage(const struct radv_graphics_pipeline *pipeline, gl_shader_stage stage) in radv_pipeline_has_stage() 2266 bool radv_pipeline_has_ngg_passthrough(const struct radv_graphics_pipeline *pipeline);
|
D | radv_device_generated_commands.c | 31 const struct radv_graphics_pipeline *pipeline, uint32_t *cmd_size, in radv_get_sequence_size() 104 struct radv_graphics_pipeline *graphics_pipeline = radv_pipeline_to_graphics(pipeline); in radv_get_indirect_cmdbuf_size() 1101 struct radv_graphics_pipeline *graphics_pipeline = radv_pipeline_to_graphics(pipeline); in radv_GetGeneratedCommandsMemoryRequirementsNV() 1133 struct radv_graphics_pipeline *graphics_pipeline = radv_pipeline_to_graphics(pipeline); in radv_prepare_dgc()
|
D | radv_debug.c | 466 radv_dump_vertex_descriptors(struct radv_graphics_pipeline *pipeline, FILE *f) in radv_dump_vertex_descriptors() 530 struct radv_graphics_pipeline *graphics_pipeline = radv_pipeline_to_graphics(pipeline); in radv_dump_queue_state()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 5469 - radv: move streamout_shader to radv_graphics_pipeline 5470 - radv: move active_stages to radv_graphics_pipeline
|