Searched refs:fui (Results 26 - 42 of 42) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c204 union fi fui; local
207 fui.f = quad->output.depth[j];
208 data->qzzzz[j] = fui.ui;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h515 fui( float f ) function
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_state_common.c226 r600_pipe_state_add_reg(rstate, R_028414_CB_BLEND_RED, fui(state->color[0]));
227 r600_pipe_state_add_reg(rstate, R_028418_CB_BLEND_GREEN, fui(state->color[1]));
228 r600_pipe_state_add_reg(rstate, R_02841C_CB_BLEND_BLUE, fui(state->color[2]));
229 r600_pipe_state_add_reg(rstate, R_028420_CB_BLEND_ALPHA, fui(state->color[3]));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_tss.c265 unsigned val = fui(fvalue); \
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h515 fui( float f ) function
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c226 r600_pipe_state_add_reg(rstate, R_028414_CB_BLEND_RED, fui(state->color[0]));
227 r600_pipe_state_add_reg(rstate, R_028418_CB_BLEND_GREEN, fui(state->color[1]));
228 r600_pipe_state_add_reg(rstate, R_02841C_CB_BLEND_BLUE, fui(state->color[2]));
229 r600_pipe_state_add_reg(rstate, R_028420_CB_BLEND_ALPHA, fui(state->color[3]));
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_tss.c265 unsigned val = fui(fvalue); \
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c944 cso->LIS7 = fui( rasterizer->offset_units );
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c944 cso->LIS7 = fui( rasterizer->offset_units );
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_surface.c408 PUSH_DATA (push, fui(depth));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c427 PUSH_DATA (push, fui(depth));
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_surface.c408 PUSH_DATA (push, fui(depth));
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c427 PUSH_DATA (push, fui(depth));
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py3441 fui = FakeMercurialUI()
3442 ret = hg_commands.status(fui, self.repo, *[], **{'rev': [rev], 'copies': True})
3445 out = fui.output
/external/regex-re2/lib/codereview/
H A Dcodereview.py3441 fui = FakeMercurialUI()
3442 ret = hg_commands.status(fui, self.repo, *[], **{'rev': [rev], 'copies': True})
3445 out = fui.output
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_state.c1193 (fui((float)state->line_stipple_factor) &
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1193 (fui((float)state->line_stipple_factor) &

Completed in 1923 milliseconds

12