Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c920 int offset_bit = c->uniform_data[offset.index]; in ntq_emit_ibfe() local
921 assert(offset_bit % 16 == 0); in ntq_emit_ibfe()
923 return qir_UNPACK_16_I(c, base, offset_bit / 16); in ntq_emit_ibfe()
937 int offset_bit = c->uniform_data[offset.index]; in ntq_emit_ubfe() local
938 assert(offset_bit % 8 == 0); in ntq_emit_ubfe()
940 return qir_UNPACK_8_I(c, base, offset_bit / 8); in ntq_emit_ubfe()