Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h951 ureg_dst_dimension( struct ureg_dst reg, int index ) in ureg_dst_dimension() function
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c1121 dst[num_regs] = ureg_dst_dimension(dst[num_regs], 0); in util_make_tess_ctrl_passthrough_shader()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1295 return ureg_dst_dimension(udst, ntt_src_as_uint(c, src)); in ntt_ureg_dst_dimension_indirect()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6046 dst = ureg_dst_dimension(dst, dst_reg->index2D); in translate_dst()