OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:translate_stencil_op
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_zsa.c
108
VIVS_PE_STENCIL_OP_FAIL_FRONT(
translate_stencil_op
(so->stencil[0].fail_op)) |
109
VIVS_PE_STENCIL_OP_FAIL_BACK(
translate_stencil_op
(so->stencil[1].fail_op)) |
110
VIVS_PE_STENCIL_OP_DEPTH_FAIL_FRONT(
translate_stencil_op
(so->stencil[0].zfail_op)) |
111
VIVS_PE_STENCIL_OP_DEPTH_FAIL_BACK(
translate_stencil_op
(so->stencil[1].zfail_op)) |
112
VIVS_PE_STENCIL_OP_PASS_FRONT(
translate_stencil_op
(so->stencil[0].zpass_op)) |
113
VIVS_PE_STENCIL_OP_PASS_BACK(
translate_stencil_op
(so->stencil[1].zpass_op));
etnaviv_translate.h
92
translate_stencil_op
(unsigned stencil_op)
function
Completed in 1858 milliseconds