Home
last modified time | relevance | path

Searched refs:nir_system_values (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp158 reg = &v->nir_system_values[SYSTEM_VALUE_INVOCATION_ID]; in emit_system_values_block()
170 reg = &v->nir_system_values[SYSTEM_VALUE_SAMPLE_POS]; in emit_system_values_block()
177 reg = &v->nir_system_values[SYSTEM_VALUE_SAMPLE_ID]; in emit_system_values_block()
185 reg = &v->nir_system_values[SYSTEM_VALUE_SAMPLE_MASK_IN]; in emit_system_values_block()
193 reg = &v->nir_system_values[SYSTEM_VALUE_WORK_GROUP_ID]; in emit_system_values_block()
200 reg = &v->nir_system_values[SYSTEM_VALUE_HELPER_INVOCATION]; in emit_system_values_block()
264 nir_system_values = ralloc_array(mem_ctx, fs_reg, SYSTEM_VALUE_MAX); in nir_emit_system_values()
266 nir_system_values[i] = fs_reg(); in nir_emit_system_values()
274 fs_reg &reg = nir_system_values[SYSTEM_VALUE_SUBGROUP_INVOCATION]; in nir_emit_system_values()
3150 fs_reg val = nir_system_values[SYSTEM_VALUE_INVOCATION_ID]; in nir_emit_gs_intrinsic()
[all …]
Dbrw_fs.h382 fs_reg *nir_system_values; variable
Dbrw_fs_visitor.cpp956 this->nir_system_values = NULL; in init()
Dbrw_fs.cpp1531 if (nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) in emit_samplemaskin_setup()
1532 nir_system_values[SYSTEM_VALUE_SAMPLE_ID] = *emit_sampleid_setup(); in emit_samplemaskin_setup()
1537 abld.SHL(enabled_mask, one, nir_system_values[SYSTEM_VALUE_SAMPLE_ID]); in emit_samplemaskin_setup()