Searched refs:radv_pipeline_key (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.h | 48 struct radv_pipeline_key; 58 struct radv_pipeline_key { struct 111 struct radv_pipeline_key key; argument 494 const struct radv_pipeline_key *key); 502 const struct radv_pipeline_key *key, 513 int shader_count, struct radv_pipeline_layout *layout, const struct radv_pipeline_key *key, 631 … const struct radv_shader_info *info, const struct radv_pipeline_key *pl_key); 635 const struct radv_pipeline_key *pl_key);
|
D | radv_shader_info.c | 351 const struct radv_pipeline_key *key, struct radv_shader_info *info) in gather_info_input_decl_vs() 439 const struct radv_pipeline_key *key, struct radv_shader_info *info) in gather_info_input_decl() 600 const struct radv_pipeline_key *pipeline_key, in radv_nir_shader_info_pass()
|
D | radv_pipeline.c | 1825 gfx9_get_gs_info(const struct radv_pipeline_key *key, const struct radv_pipeline *pipeline, in gfx9_get_gs_info() 1989 gfx10_get_ngg_info(const struct radv_pipeline_key *key, struct radv_pipeline *pipeline, in gfx10_get_ngg_info() 2300 const struct radv_pipeline_key *pipeline_key, in radv_link_shaders() 2558 static struct radv_pipeline_key 2567 struct radv_pipeline_key key; in radv_generate_graphics_pipeline_key() 2743 const struct radv_pipeline_key *pipeline_key, in radv_determine_ngg_settings() 2791 const struct radv_pipeline_key *pipeline_key, in radv_fill_shader_info() 3039 const struct radv_pipeline_key *pipeline_key) in gather_tess_info() 3322 const struct radv_pipeline_key *pipeline_key, in radv_create_shaders() 5381 const struct radv_pipeline_key *key) in radv_pipeline_init_vertex_input_state() [all …]
|
D | radv_shader.c | 276 lower_intrinsics(nir_shader *nir, const struct radv_pipeline_key *key, in lower_intrinsics() 420 const struct radv_pipeline_key *key) in radv_shader_compile_to_nir() 846 const struct radv_shader_info *info, const struct radv_pipeline_key *pl_key) in radv_lower_io_to_mem() 949 const struct radv_pipeline_key *pl_key) in radv_lower_ngg() 1855 const struct radv_pipeline_key *key,
|
D | radv_private.h | 1690 struct radv_pipeline_key; 1694 const struct radv_pipeline_key *key, uint32_t flags); 2633 const struct radv_pipeline_key *pipeline_key,
|
D | radv_pipeline_cache.c | 119 const struct radv_pipeline_layout *layout, const struct radv_pipeline_key *key, in radv_hash_shaders()
|
D | radv_pipeline_rt.c | 861 struct radv_pipeline_key key; in parse_rt_stage() 2100 struct radv_pipeline_key key; in create_rt_shader()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 3893 - radv: rework layout of radv_pipeline_key
|