Searched refs:PE_STENCIL_CONFIG (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_zsa.h39 uint32_t PE_STENCIL_CONFIG; member in struct:etna_zsa_state
H A Detnaviv_zsa.c116 cs->PE_STENCIL_CONFIG =
H A Detnaviv_internal.h151 uint32_t PE_STENCIL_CONFIG; member in struct:compiled_stencil_ref
H A Detnaviv_emit.c481 uint32_t val = etna_zsa_state(ctx->zsa)->PE_STENCIL_CONFIG;
482 /*0141C*/ EMIT_STATE(PE_STENCIL_CONFIG, val | ctx->stencil_ref.PE_STENCIL_CONFIG);
H A Detnaviv_state.c54 cs->PE_STENCIL_CONFIG = VIVS_PE_STENCIL_CONFIG_REF_FRONT(sr->ref_value[0]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_zsa.h39 uint32_t PE_STENCIL_CONFIG[2]; member in struct:etna_zsa_state
H A Detnaviv_zsa.c118 cs->PE_STENCIL_CONFIG[i] =
H A Detnaviv_internal.h158 uint32_t PE_STENCIL_CONFIG[2]; member in struct:compiled_stencil_ref
H A Detnaviv_emit.c455 uint32_t val = etna_zsa_state(ctx->zsa)->PE_STENCIL_CONFIG[ccw];
456 /*0141C*/ EMIT_STATE(PE_STENCIL_CONFIG, val | ctx->stencil_ref.PE_STENCIL_CONFIG[ccw]);
H A Detnaviv_state.c59 cs->PE_STENCIL_CONFIG[i] =

Completed in 12 milliseconds