Searched refs:stencil_uniforms (Results 1 – 6 of 6) sorted by relevance
255 so->stencil_uniforms[0] = in vc4_create_depth_stencil_alpha_state()262 so->stencil_uniforms[0] |= (1 << 30); in vc4_create_depth_stencil_alpha_state()263 so->stencil_uniforms[1] = in vc4_create_depth_stencil_alpha_state()265 so->stencil_uniforms[1] |= (2 << 30); in vc4_create_depth_stencil_alpha_state()267 so->stencil_uniforms[0] |= (3 << 30); in vc4_create_depth_stencil_alpha_state()272 so->stencil_uniforms[2] = (front->writemask | in vc4_create_depth_stencil_alpha_state()
424 uint32_t stencil_uniforms[3]; member
333 vc4->zsa->stencil_uniforms[uinfo->data[i]] | in vc4_write_uniforms()
2753 key->stencil_enabled = vc4->zsa->stencil_uniforms[0] != 0; in vc4_update_compiled_fs()2754 key->stencil_twoside = vc4->zsa->stencil_uniforms[1] != 0; in vc4_update_compiled_fs()2755 key->stencil_full_writemasks = vc4->zsa->stencil_uniforms[2] != 0; in vc4_update_compiled_fs()
423 uint32_t stencil_uniforms[3]; member
353 vc5->zsa->stencil_uniforms[uinfo->data[i]] | in vc5_write_uniforms()