Home
last modified time | relevance | path

Searched refs:start_grf (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_legalize_ra.c510 int start_grf, int end_grf, in linear_scan_allocation() argument
513 const int num_grfs = end_grf - start_grf + 1; in linear_scan_allocation()
536 reg = ls.vrf_mapping[reg] * num_grf_per_vrf + start_grf; in linear_scan_allocation()
553 reg = ls.vrf_mapping[reg] * num_grf_per_vrf + start_grf; in linear_scan_allocation()
568 int start_grf, int end_grf, in trivial_allocation() argument
583 reg = reg * num_grf_per_vrf + start_grf - 1; in trivial_allocation()
602 reg = reg * num_grf_per_vrf + start_grf - 1; in trivial_allocation()
621 int start_grf, int end_grf, in toy_compiler_allocate_registers() argument
625 linear_scan_allocation(tc, start_grf, end_grf, num_grf_per_vrf); in toy_compiler_allocate_registers()
627 trivial_allocation(tc, start_grf, end_grf, num_grf_per_vrf); in toy_compiler_allocate_registers()
Dtoy_legalize.h43 int start_grf, int end_grf,
Dilo_shader_internal.h107 int start_grf; member
Dilo_shader_cs.c182 ccc->shader->in.start_grf = 1; in cs_setup()
Dilo_shader_gs.c1231 gcc->shader->in.start_grf = grf; in gs_setup_payload()
1404 vs->gs_start_grf = gs->in.start_grf; in append_gs_to_vs()
Dilo_shader_vs.c1284 vcc->shader->in.start_grf = vcc->first_const_grf; in vs_setup()
Dilo_shader_fs.c1861 fcc->shader->in.start_grf = fcc->first_const_grf; in fs_setup()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_shader.c622 kern->grf_start = kernel->in.start_grf; in init_shader_kernel()