Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1640 unsigned ps_offset = 0; in calculate_ps_inputs() local
1645 pipeline->graphics.ps_input_cntl[ps_offset] = offset_to_ps_input(vs_offset, true); in calculate_ps_inputs()
1646 ++ps_offset; in calculate_ps_inputs()
1653 pipeline->graphics.ps_input_cntl[ps_offset] = offset_to_ps_input(vs_offset, true); in calculate_ps_inputs()
1655 …pipeline->graphics.ps_input_cntl[ps_offset] = offset_to_ps_input(AC_EXP_PARAM_DEFAULT_VAL_0000, tr… in calculate_ps_inputs()
1656 ++ps_offset; in calculate_ps_inputs()
1662 pipeline->graphics.ps_input_cntl[ps_offset] = val; in calculate_ps_inputs()
1663 ps_offset++; in calculate_ps_inputs()
1674 pipeline->graphics.ps_input_cntl[ps_offset] = S_028644_OFFSET(0x20); in calculate_ps_inputs()
1675 ++ps_offset; in calculate_ps_inputs()
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c742 screen->specs.ps_offset = 0; in etna_get_specs()
757 screen->specs.ps_offset = 0x8000 + 0x1000; in etna_get_specs()
763 screen->specs.ps_offset = 0xD000; /* like vivante driver */ in etna_get_specs()
767 screen->specs.ps_offset = 0x6000; in etna_get_specs()
Detnaviv_internal.h114 uint32_t ps_offset; member
Detnaviv_emit.c672 etna_set_state_multi(stream, ctx->specs.ps_offset, in etna_emit_state()