Searched refs:STREAM_ID (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_intrinsics.py | 85 STREAM_ID = "NIR_INTRINSIC_STREAM_ID" variable 276 intrinsic("emit_vertex", indices=[STREAM_ID]) 277 intrinsic("end_primitive", indices=[STREAM_ID]) 286 intrinsic("emit_vertex_with_counter", src_comp=[1], indices=[STREAM_ID]) 287 intrinsic("end_primitive_with_counter", src_comp=[1], indices=[STREAM_ID])
|
| H A D | nir.h | 1475 INTRINSIC_IDX_ACCESSORS(stream_id, STREAM_ID, unsigned)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_intrinsics.py | 455 intrinsic("emit_vertex", indices=[STREAM_ID]) 456 intrinsic("end_primitive", indices=[STREAM_ID]) 467 intrinsic("emit_vertex_with_counter", src_comp=[1, 1], indices=[STREAM_ID]) 468 intrinsic("end_primitive_with_counter", src_comp=[1, 1], indices=[STREAM_ID]) 470 intrinsic("set_vertex_and_primitive_count", src_comp=[1, 1], indices=[STREAM_ID])
|
Completed in 9 milliseconds