Searched refs:wclamp (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 361 nir_ssa_def *wclamp = nir_fmax(b, nir_fmin(b, ptn_channel(b, src[0], W), in ptn_lit() local 365 wclamp); in ptn_lit()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_private.h | 674 bool wclamp : 1; member
|
D | pvr_cmd_buffer.c | 1555 state->emit_state.wclamp = true; in pvr_reset_graphics_dirty_state() 4073 if (emit_state->wclamp) { in pvr_emit_ppp_state() 4074 const float wclamp = 0.00001f; in pvr_emit_ppp_state() local 4077 *buffer_ptr++ = fui(wclamp); in pvr_emit_ppp_state()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1038 nir_ssa_def *wclamp = nir_fmax(b, nir_fmin(b, ttn_channel(b, src[0], W), in ttn_lit() local 1042 wclamp); in ttn_lit()
|