Searched refs:bDisableVGATHER (Results 1 – 2 of 2) sorted by relevance
104 …bool bDisableVGATHER; // If enabled, FetchJit will generate loads/shuffles inste… member114 bDisableVGATHER(disableVGATHER), bDisableIndexOOBCheck(diableIndexOOBCheck){ }; in bDisableVGATHER() function120 if (bDisableVGATHER != other.bDisableVGATHER) return false;
306 if (fetchState.bDisableVGATHER) in Create()321 (fetchState.bDisableVGATHER) ? JitLoadVertices(fetchState, streams, vIndices, pVtxOut) in Create()