Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_compute_push_layout.c244 prog_data->zero_push_reg |= BITFIELD64_RANGE(range_start_reg, in anv_nir_compute_push_layout()
/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c143 assert(cs_prog_data->base.zero_push_reg == 0); in print_cs_prog_data_fields()
H A Dbrw_compiler.h767 /* zero_push_reg is a bitfield which indicates what push registers (if any)
773 * reg_used & zero_push_reg & ~*push_reg_mask_param & (1ull << i)
777 uint64_t zero_push_reg; member
H A Dbrw_vec4.cpp2357 if (prog_data->base.zero_push_reg) { in run()
H A Dbrw_vec4_generator.cpp1468 const uint64_t want_zero = prog_data->zero_push_reg; in generate_zero_oob_push_regs()
H A Dbrw_fs.cpp1698 uint64_t want_zero = used & stage_prog_data->zero_push_reg;

Completed in 18 milliseconds