Home
last modified time | relevance | path

Searched refs:gs_copy_args (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c4494 struct radv_shader_args gs_copy_args = {0}; in radv_pipeline_create_gs_copy_shader() local
4495 gs_copy_args.is_gs_copy_shader = true; in radv_pipeline_create_gs_copy_shader()
4496 gs_copy_args.explicit_scratch_args = !radv_use_llvm_for_stage(device, MESA_SHADER_VERTEX); in radv_pipeline_create_gs_copy_shader()
4498 MESA_SHADER_VERTEX, false, MESA_SHADER_VERTEX, &gs_copy_args); in radv_pipeline_create_gs_copy_shader()
4499 info.user_sgprs_locs = gs_copy_args.user_sgprs_locs; in radv_pipeline_create_gs_copy_shader()
4500 info.inline_push_constant_mask = gs_copy_args.ac.inline_push_const_mask; in radv_pipeline_create_gs_copy_shader()
4502 return radv_create_gs_copy_shader(device, stages[MESA_SHADER_GEOMETRY].nir, &info, &gs_copy_args, in radv_pipeline_create_gs_copy_shader()

Completed in 13 milliseconds