Searched refs:in_stride_offset_and_base_drawid (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compute_transforms.cpp | 60 nir_ssa_def *in_stride_offset_and_base_drawid = d3d12_get_state_var(&b, D3D12_STATE_VAR_TRANSFORM_GENERIC0, "d3d12_Stride", in get_indirect_draw_base_vertex_transform() local 62 nir_ssa_def *in_offset = nir_iadd(&b, nir_channel(&b, in_stride_offset_and_base_drawid, 1), in get_indirect_draw_base_vertex_transform() 63 nir_imul(&b, nir_channel(&b, in_stride_offset_and_base_drawid, 0), draw_id)); in get_indirect_draw_base_vertex_transform() 83 nir_iadd(&b, draw_id, nir_channel(&b, in_stride_offset_and_base_drawid, 2)), in get_indirect_draw_base_vertex_transform()
|
Completed in 2 milliseconds