Searched defs:rel_patch_id (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_context.h | 100 struct ir3_instruction *rel_patch_id; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_tess.c | 91 LLVMValueRef rel_patch_id = si_get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset() local 150 get_tcs_tes_buffer_address(struct si_shader_context *ctx, LLVMValueRef rel_patch_id, LLVMValueRef vertex_index, LLVMValueRef param_index) get_tcs_tes_buffer_address() argument 283 si_write_tess_factors(struct si_shader_context *ctx, union si_shader_part_key *key, LLVMValueRef rel_patch_id, LLVMValueRef invocation_id, LLVMValueRef tcs_out_current_patch_data_offset, LLVMValueRef invoc0_tf_outer[4], LLVMValueRef invoc0_tf_inner[2]) si_write_tess_factors() argument 447 LLVMValueRef rel_patch_id, invocation_id, tf_lds_offset; si_llvm_tcs_build_end() local 642 struct ac_arg rel_patch_id; /* patch index within the wave (REL_PATCH_ID) */ si_llvm_build_tcs_epilog() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tess_io.cpp | 110 r600_tcs_base_address(nir_builder *b, nir_ssa_def *param_base, nir_ssa_def *rel_patch_id) in r600_tcs_base_address() argument 345 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_lower_tess_io_impl() local 415 auto rel_patch_id = r600_load_rel_patch_id(b); r600_lower_tess_io_impl() local 507 auto rel_patch_id = r600_load_rel_patch_id(b); r600_append_tcs_TF_emission() local [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_tess_io_to_mem.c | 306 nir_ssa_def *rel_patch_id = nir_load_tess_rel_patch_id_amd(b); in hs_per_vertex_input_lds_offset() local 337 nir_ssa_def *rel_patch_id = nir_load_tess_rel_patch_id_amd(b); in hs_output_lds_offset() local 377 nir_ssa_def *rel_patch_id in hs_per_vertex_output_vmem_offset() local 402 nir_ssa_def *rel_patch_id = nir_load_tess_rel_patch_id_amd(b); hs_per_patch_output_vmem_offset() local 581 nir_ssa_def *rel_patch_id = nir_load_tess_rel_patch_id_amd(b); hs_emit_write_tess_factors() local [all...] |
Completed in 4 milliseconds