HomeSort by relevance Sort by last modified time
    Searched refs:r_0_1 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_vertprog.c 52 struct nvfx_reg r_0_1; member in struct:nvfx_vpc
806 if (!vpc->r_0_1.type)
807 vpc->r_0_1 = constant(vpc, -1, 0, 1, 0, 0);
808 nvfx_vp_emit(vpc, arith(0, VEC, MAX, dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), X, X, X, X), none));
809 nvfx_vp_emit(vpc, arith(0, VEC, MIN, final_dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), Y, Y, Y, Y), none));
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 52 struct nvfx_reg r_0_1; member in struct:nvfx_vpc
806 if (!vpc->r_0_1.type)
807 vpc->r_0_1 = constant(vpc, -1, 0, 1, 0, 0);
808 nvfx_vp_emit(vpc, arith(0, VEC, MAX, dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), X, X, X, X), none));
809 nvfx_vp_emit(vpc, arith(0, VEC, MIN, final_dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), Y, Y, Y, Y), none));
    [all...]

Completed in 99 milliseconds