OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needs_unlit_centroid_workaround
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.c
160
* brw->
needs_unlit_centroid_workaround
is set, centroid interpolation
169
if (!is_centroid || brw->
needs_unlit_centroid_workaround
) {
180
if (!is_centroid || brw->
needs_unlit_centroid_workaround
) {
brw_context.c
363
brw->
needs_unlit_centroid_workaround
= true;
brw_context.h
742
bool
needs_unlit_centroid_workaround
;
member in struct:brw_context
[
all
...]
brw_fs.cpp
733
if (brw->
needs_unlit_centroid_workaround
&& ir->centroid) {
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c
160
* brw->
needs_unlit_centroid_workaround
is set, centroid interpolation
169
if (!is_centroid || brw->
needs_unlit_centroid_workaround
) {
180
if (!is_centroid || brw->
needs_unlit_centroid_workaround
) {
brw_context.c
363
brw->
needs_unlit_centroid_workaround
= true;
brw_context.h
742
bool
needs_unlit_centroid_workaround
;
member in struct:brw_context
[
all
...]
brw_fs.cpp
733
if (brw->
needs_unlit_centroid_workaround
&& ir->centroid) {
[
all
...]
Completed in 510 milliseconds