Lines Matching refs:uif
236 static float uif(unsigned int ui) in uif() function
263 vps[v].scale[i] = uif(get_buf_entry(buf, VIRGL_SET_VIEWPORT_STATE_SCALE_0(v) + i)); in vrend_decode_set_viewport_state()
265 vps[v].translate[i] = uif(get_buf_entry(buf, VIRGL_SET_VIEWPORT_STATE_TRANSLATE_0(v) + i)); in vrend_decode_set_viewport_state()
538 dsa_state->alpha.ref_value = uif(tmp); in vrend_decode_create_dsa()
594 rs_state->point_size = uif(get_buf_entry(buf, VIRGL_OBJ_RS_POINT_SIZE)); in vrend_decode_create_rasterizer()
601 rs_state->line_width = uif(get_buf_entry(buf, VIRGL_OBJ_RS_LINE_WIDTH)); in vrend_decode_create_rasterizer()
602 rs_state->offset_units = uif(get_buf_entry(buf, VIRGL_OBJ_RS_OFFSET_UNITS)); in vrend_decode_create_rasterizer()
603 rs_state->offset_scale = uif(get_buf_entry(buf, VIRGL_OBJ_RS_OFFSET_SCALE)); in vrend_decode_create_rasterizer()
604 rs_state->offset_clamp = uif(get_buf_entry(buf, VIRGL_OBJ_RS_OFFSET_CLAMP)); in vrend_decode_create_rasterizer()
666 state.lod_bias = uif(get_buf_entry(buf, VIRGL_OBJ_SAMPLER_STATE_LOD_BIAS)); in vrend_decode_create_sampler_state()
667 state.min_lod = uif(get_buf_entry(buf, VIRGL_OBJ_SAMPLER_STATE_MIN_LOD)); in vrend_decode_create_sampler_state()
668 state.max_lod = uif(get_buf_entry(buf, VIRGL_OBJ_SAMPLER_STATE_MAX_LOD)); in vrend_decode_create_sampler_state()
871 color.color[i] = uif(get_buf_entry(buf, VIRGL_SET_BLEND_COLOR(i))); in vrend_decode_set_blend_color()
935 clip.ucp[i][j] = uif(get_buf_entry(buf, VIRGL_SET_CLIP_STATE_C0 + (i * 4) + j)); in vrend_decode_set_clip_state()
1171 tess_factors[i] = uif(get_buf_entry(buf, i + 1)); in vrend_decode_set_tess_state()