OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_wpos
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c
958
bool
have_wpos
= (fprog && (fprog->Base.InputsRead & FRAG_BIT_WPOS));
local
964
if ((flags & (ANY_FALLBACK_FLAGS | ANY_RASTER_FLAGS)) ||
have_wpos
) {
975
if (
have_wpos
) {
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c
958
bool
have_wpos
= (fprog && (fprog->Base.InputsRead & FRAG_BIT_WPOS));
local
964
if ((flags & (ANY_FALLBACK_FLAGS | ANY_RASTER_FLAGS)) ||
have_wpos
) {
975
if (
have_wpos
) {
[
all
...]
Completed in 245 milliseconds