Home
last modified time | relevance | path

Searched refs:constant_data_ubo (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_analyze_ubo_ranges.c352 state->range[0].ubo.block == const_state->constant_data_ubo)) in copy_ubo_to_uniform()
368 range->ubo.block == const_state->constant_data_ubo) in copy_ubo_to_uniform()
595 if (const_state->constant_data_ubo == -1) { in ir3_nir_lower_load_const_instr()
598 const_state->constant_data_ubo = b->shader->info.num_ubos++; in ir3_nir_lower_load_const_instr()
612 nir_ssa_def *index = nir_imm_int(b, const_state->constant_data_ubo); in ir3_nir_lower_load_const_instr()
646 const_state->constant_data_ubo = -1; in ir3_nir_lower_load_constant()
Dir3_shader.h168 int32_t constant_data_ubo; member
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_const.h123 if (ubo != const_state->constant_data_ubo) in ir3_emit_constant_data()
166 ubo == const_state->constant_data_ubo) { in ir3_emit_user_consts()
222 if (i == const_state->constant_data_ubo) { in ir3_emit_ubos()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_const.c208 if (i == const_state->constant_data_ubo) { in fd6_emit_ubos()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c593 if (const_state->constant_data_ubo != -1) { in tu6_emit_xs()
599 CP_LOAD_STATE6_0_DST_OFF(const_state->constant_data_ubo) | in tu6_emit_xs()
615 if (ubo_state->range[i].ubo.block != const_state->constant_data_ubo || in tu6_emit_xs()