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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp 457 Value *minVertex = NULL;
461 minVertex = GEP(streams, {C(ied.StreamIndex), C(SWR_VERTEX_BUFFER_STATE_minVertex)});
462 minVertex = LOAD(minVertex);
464 minVertexOffset = MUL(Z_EXT(minVertex, mInt64Ty), stride);
475 // clamp below minvertex
476 Value *isBelowMin = ICMP_SLT(index, minVertex);
477 index = SELECT(isBelowMin, minVertex, index);
487 // check for out of bound access, including partial OOB, and replace them with minVertex
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 561 uint32_t minVertex; // min vertex (for bounds checking)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp     [all...]

Completed in 45 milliseconds