Lines Matching defs:nir_function
3618 typedef struct nir_function { struct
3632 * nir_function_set_impl to maintain IR invariants. argument
3634 nir_function_impl *impl; argument
3642 uint32_t driver_attributes;
3644 bool is_entrypoint;
3646 bool is_exported;
3647 bool is_preamble;
3649 bool should_inline;
3650 bool dont_inline; /* from SPIR-V */
3655 unsigned workgroup_size[3];
3681 } nir_function; argument