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.c927 int offset_bit = c->uniform_data[offset.index]; in ntq_emit_ibfe() local
928 assert(offset_bit % 16 == 0); in ntq_emit_ibfe()
930 return qir_UNPACK_16_I(c, base, offset_bit / 16); in ntq_emit_ibfe()
944 int offset_bit = c->uniform_data[offset.index]; in ntq_emit_ubfe() local
945 assert(offset_bit % 8 == 0); in ntq_emit_ubfe()
947 return qir_UNPACK_8_I(c, base, offset_bit / 8); in ntq_emit_ubfe()