Home
last modified time | relevance | path

Searched refs:arg0_source (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h163 ppir_codegen_vec4_reg arg0_source : 4; member
197 ppir_codegen_vec4_reg arg0_source : 4; member
229 unsigned arg0_source : 6; member
259 unsigned arg0_source : 6; member
343 unsigned arg0_source : 6; member
H A Dcodegen.c281 f->arg0_source = index >> 2; in ppir_codegen_encode_vec_mul()
353 f->arg0_source = get_scl_reg_index(src, dest_component); in ppir_codegen_encode_scl_mul()
439 f->arg0_source = index >> 2; in ppir_codegen_encode_vec_add()
519 f->arg0_source = get_scl_reg_index(src, dest_component); in ppir_codegen_encode_scl_add()
642 b->branch.arg0_source = get_scl_reg_index(&branch->src[0], 0); in ppir_codegen_encode_branch()
649 b->branch.arg0_source = 0; in ppir_codegen_encode_branch()
H A Ddisasm.c399 print_vector_source(vec4_mul->arg0_source, NULL, in print_vec4_mul()
466 print_vector_source(vec4_acc->arg0_source, vec4_acc->mul_in ? "^v0" : NULL, in print_vec4_acc()
524 print_source_scalar(float_mul->arg0_source, NULL, in print_float_mul()
584 print_source_scalar(float_acc->arg0_source, float_acc->mul_in ? "^s0" : NULL, in print_float_acc()
738 print_source_scalar(branch->branch.arg0_source, NULL, false, false, fp); in print_branch()