OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usesDiscard
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h
157
boolean
usesDiscard
;
nv50_ir_from_sm4.cpp
[
all
...]
nv50_ir_from_tgsi.cpp
669
info->prop.fp.
usesDiscard
= scan.uses_kill;
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h
157
boolean
usesDiscard
;
nv50_ir_from_sm4.cpp
[
all
...]
nv50_ir_from_tgsi.cpp
669
info->prop.fp.
usesDiscard
= scan.uses_kill;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.c
360
if (info->prop.fp.
usesDiscard
)
/external/mesa3d/src/gallium/drivers/nv50/
nv50_program.c
360
if (info->prop.fp.
usesDiscard
)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.c
444
if (info->prop.fp.
usesDiscard
)
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c
444
if (info->prop.fp.
usesDiscard
)
/external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp
37
static rx::D3DWorkaroundType DiscardWorkaround(bool
usesDiscard
)
39
return (
usesDiscard
? rx::ANGLE_D3D_WORKAROUND_SM3_OPTIMIZER : rx::ANGLE_D3D_WORKAROUND_NONE);
[
all
...]
Completed in 47 milliseconds