Home
last modified time | relevance | path

Searched defs:linear_vgpr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp188 get_reg_bounds(ra_ctx& ctx, RegType type, bool linear_vgpr) in get_reg_bounds()
1916 bool linear_vgpr = false; in get_reg_create_vector() local
2881 bool linear_vgpr = false; in emit_parallel_copy_internal() local
2943 std::vector<std::pair<Operand, Definition>> linear_vgpr; in emit_parallel_copy() local
H A Daco_spill.cpp1515 Temp linear_vgpr = ctx.program->allocateTmp(v1.as_linear()); in assign_spill_slots() local
1560 Temp linear_vgpr = ctx.program->allocateTmp(v1.as_linear()); in assign_spill_slots() local
H A Daco_lower_to_hw_instr.cpp2117 Operand linear_vgpr = instr->operands[3]; in lower_image_sample() local
2315 bool linear_vgpr = false; in lower_to_hw_instr() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_tex.c361 nir_def *linear_vgpr = nir_vec_scalars(&state->toplevel_b, components, tex->coord_components); in move_tex_coords() local