Home
last modified time | relevance | path

Searched refs:NIR_STREAM_PACKED (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c652 if (variable->data.stream & NIR_STREAM_PACKED) { in nir_tgsi_scan_shader()
653 gs_out_streams = variable->data.stream & ~NIR_STREAM_PACKED; in nir_tgsi_scan_shader()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp132 assert((var->data.stream & ~NIR_STREAM_PACKED) == output->stream); in fill_so_declaration()
H A Dd3d12_nir_passes.c1048 if ((var->data.stream & NIR_STREAM_PACKED) == 0) in d3d12_split_multistream_varyings()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c300 packed_var->data.stream = NIR_STREAM_PACKED; in create_or_update_packed_varying()
H A Dglsl_to_nir.cpp516 var->data.stream |= NIR_STREAM_PACKED; in visit()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1763 unsigned a_stream = a->data.stream & ~NIR_STREAM_PACKED; in variable_location_cmp()
1764 unsigned b_stream = b->data.stream & ~NIR_STREAM_PACKED; in variable_location_cmp()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c477 if (var->data.stream & NIR_STREAM_PACKED) { in emit_store()
478 gs_streams = var->data.stream & ~NIR_STREAM_PACKED; in emit_store()
H A Dnir.h116 #define NIR_STREAM_PACKED (1 << 8) macro
617 * For packed outputs, NIR_STREAM_PACKED is set and bits [2*i+1,2*i]

Completed in 20 milliseconds