Home
last modified time | relevance | path

Searched refs:hs_invocation_regid (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c323 uint32_t hs_invocation_regid; in setup_stateobj() local
361 hs_invocation_regid = ir3_find_sysval_regid(hs, SYSTEM_VALUE_TCS_HEADER_IR3); in setup_stateobj()
372 hs_invocation_regid = regid(63, 0); in setup_stateobj()
923 A6XX_VFD_CONTROL_2_REGID_INVOCATIONID(hs_invocation_regid)); in setup_stateobj()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c523 const uint32_t hs_invocation_regid = hs ? in tu6_emit_vs_system_values() local
546 A6XX_VFD_CONTROL_2_REGID_INVOCATIONID(hs_invocation_regid)); in tu6_emit_vs_system_values()