OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kill_pixel
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_shader_ps.c
48
bool
kill_pixel
;
member in struct:pixel_ff
410
ff->
kill_pixel
= ps_params_get_gen6_kill_pixel(dev, params, &ff->conds);
446
if (ff->
kill_pixel
)
498
if (ff->
kill_pixel
)
/external/mesa3d/src/mesa/drivers/dri/i965/
gen8_depth_state.c
306
const bool
kill_pixel
=
local
321
(
kill_pixel
&& (depth_writes_enabled || stencil_writes_enabled)));
Completed in 121 milliseconds