Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c29 src_is_invocation_id(const nir_src *src) in src_is_invocation_id() function
56 *cross_invocation = !src_is_invocation_id(&(*p)->arr.index); in get_deref_info()
530 !src_is_invocation_id(nir_get_io_vertex_index_src(instr))) in gather_intrinsic_info()
553 !src_is_invocation_id(nir_get_io_vertex_index_src(instr))) in gather_intrinsic_info()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst3155 - nir: Use src_is_invocation_id in get_deref_info.