Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_xfb.c177 output->ComponentOffset = xfb_output->component_offset; in gl_nir_link_assign_xfb_resources()
220 xfb->outputs[i].component_offset = info->Outputs[i].ComponentOffset; in gl_to_nir_xfb_info()
222 BITFIELD_RANGE(info->Outputs[i].ComponentOffset, in gl_to_nir_xfb_info()
Dgl_nir_link_varyings.c610 info->Outputs[info->NumOutputs].ComponentOffset = location_frac; in xfb_decl_store()
/third_party/mesa3d/src/mesa/main/
Dshader_types.h761 uint32_t ComponentOffset; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c480 so_info->output[i].start_component = info->Outputs[i].ComponentOffset; in st_translate_stream_output_info()