OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bDisableVGATHER
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.h
103
bool
bDisableVGATHER
; // If enabled, FetchJit will generate loads/shuffles instead of VGATHERs
109
bDisableVGATHER
(disableVGATHER), bDisableIndexOOBCheck(diableIndexOOBCheck){ };
115
if (
bDisableVGATHER
!= other.
bDisableVGATHER
) return false;
fetch_jit.cpp
187
(fetchState.
bDisableVGATHER
) ? JitLoadVertices(fetchState, streams, vIndices, pVtxOut)
[
all
...]
Completed in 63 milliseconds