Searched refs:usesDiscard (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h157 boolean usesDiscard; member in struct:nv50_ir_prog_info::__anon12979::__anon12983
H A Dnv50_ir_from_sm4.cpp1956 info.prop.fp.usesDiscard = TRUE;
H A Dnv50_ir_from_tgsi.cpp669 info->prop.fp.usesDiscard = scan.uses_kill;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h157 boolean usesDiscard; member in struct:nv50_ir_prog_info::__anon23464::__anon23468
H A Dnv50_ir_from_sm4.cpp1956 info.prop.fp.usesDiscard = TRUE;
H A Dnv50_ir_from_tgsi.cpp669 info->prop.fp.usesDiscard = scan.uses_kill;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_program.c360 if (info->prop.fp.usesDiscard)
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_program.c360 if (info->prop.fp.usesDiscard)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_program.c444 if (info->prop.fp.usesDiscard)
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c444 if (info->prop.fp.usesDiscard)
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgramBinary.cpp37 static rx::D3DWorkaroundType DiscardWorkaround(bool usesDiscard) argument
39 return (usesDiscard ? rx::ANGLE_D3D_WORKAROUND_SM3_OPTIMIZER : rx::ANGLE_D3D_WORKAROUND_NONE);

Completed in 112 milliseconds