Home
last modified time | relevance | path

Searched defs:register_index (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h208 unsigned register_index : 6; /**< 0 to 63 (OUT index) */ member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h260 unsigned register_index:6; /**< 0 to 63 (OUT index) */ member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1315 get_output_type(struct ntv_context *ctx, unsigned register_index, unsigned num_components) in get_output_type()