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

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 111 vinfo.hwfmt[0] |= S4_VFMT_XYZW;
116 vinfo.hwfmt[0] |= S4_VFMT_XYZ;
127 vinfo.hwfmt[0] |= S4_VFMT_COLOR;
134 vinfo.hwfmt[0] |= S4_VFMT_SPEC_FOG;
141 vinfo.hwfmt[0] |= S4_VFMT_FOG_PARAM;
155 vinfo.hwfmt[1] |= hwtc << (i * 4);
168 vinfo.hwfmt[1] &= ~(TEXCOORDFMT_NOT_PRESENT << (slot * 4));
169 vinfo.hwfmt[1] |= TEXCOORDFMT_1D << (slot * 4);
i915_state_immediate.c 104 LIS2 = i915->current.vertex_info.hwfmt[1];
105 LIS4 = i915->current.vertex_info.hwfmt[0];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 81 uint hwfmt[4]; /**< hardware format info for this format */ member in struct:vertex_info

Completed in 6106 milliseconds