Home
last modified time | relevance | path

Searched refs:radv_shader_info (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_shader_info.c29 struct radv_shader_info *info) in mark_sampler_desc()
37 struct radv_shader_info *info) in gather_intrinsic_load_input_info()
63 set_writes_memory(const nir_shader *nir, struct radv_shader_info *info) in set_writes_memory()
72 struct radv_shader_info *info) in gather_intrinsic_store_output_info()
108 struct radv_shader_info *info) in gather_push_constant_info()
132 struct radv_shader_info *info) in gather_intrinsic_info()
260 struct radv_shader_info *info) in gather_tex_info()
278 struct radv_shader_info *info) in gather_info_block()
296 struct radv_shader_info *info, in gather_info_input_decl_vs()
314 mark_16bit_ps_input(struct radv_shader_info *info, const struct glsl_type *type, in mark_16bit_ps_input()
[all …]
Dradv_shader.h241 struct radv_shader_info { struct
364 struct radv_shader_info info; argument
399 struct radv_shader_info info;
461 struct radv_shader_info *info,
468 struct radv_shader_info *info,
493 radv_get_shader_name(struct radv_shader_info *info,
Dradv_shader_args.h32 struct radv_shader_info *shader_info;
DMakefile.sources81 radv_shader_info.c \
Dradv_shader.c865 const struct radv_shader_info *info, in radv_postprocess_config()
1280 struct radv_shader_info *info, in shader_variant_compile()
1383 struct radv_shader_info *info, in radv_shader_variant_compile()
1407 struct radv_shader_info *info, in radv_create_gs_copy_shader()
1430 struct radv_shader_info info = {0}; in radv_create_trap_handler_shader()
1469 radv_get_shader_name(struct radv_shader_info *info, in radv_get_shader_name()
Dmeson.build106 'radv_shader_info.c',
Dradv_pipeline.c1783 struct radv_shader_info *infos, in gfx9_get_gs_info()
1786 struct radv_shader_info *gs_info = &infos[MESA_SHADER_GEOMETRY]; in gfx9_get_gs_info()
1936 struct radv_shader_info *infos, in gfx10_get_ngg_info()
1939 struct radv_shader_info *gs_info = &infos[MESA_SHADER_GEOMETRY]; in gfx10_get_ngg_info()
2171 struct radv_shader_info *gs_info = &pipeline->shaders[MESA_SHADER_GEOMETRY]->info; in radv_pipeline_init_gs_ring_state()
2344 struct radv_shader_info infos[MESA_SHADER_STAGES]) in radv_set_driver_locations()
2732 struct radv_shader_info *infos, in radv_fill_shader_info()
3053 struct radv_shader_info infos[MESA_SHADER_STAGES] = {0}; in radv_create_shaders()
3304 struct radv_shader_info info = {0}; in radv_create_shaders()
Dradv_private.h2483 struct radv_shader_info;
2489 struct radv_shader_info *info);
2491 void radv_nir_shader_info_init(struct radv_shader_info *info);
Dradv_cmd_buffer.c307 struct radv_shader_info *info; in radv_bind_streamout_state()
/external/mesa3d/src/amd/compiler/tests/
Dhelpers.h64 extern radv_shader_info info;
Dhelpers.cpp41 radv_shader_info info;
/external/mesa3d/src/amd/compiler/
Daco_ir.cpp61 void init_program(Program *program, Stage stage, struct radv_shader_info *info, in init_program()
Daco_ir.h43 struct radv_shader_info;
1623 struct radv_shader_info *info;
1715 void init_program(Program *program, Stage stage, struct radv_shader_info *info,
/external/mesa3d/docs/relnotes/
D19.3.0.rst3080 - radv: merge radv_shader_variant_info into radv_shader_info
D20.1.0.rst4232 - radv: Add inputs read by TES to radv_shader_info.