Home
last modified time | relevance | path

Searched refs:light_twoside (Results 1 - 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c47 rast->light_twoside = 0; in clear_flags()
H A Dlp_state_setup.c767 key->twoside = lp->rasterizer->light_twoside; in lp_make_setup_variant_key()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c118 if (rasterizer->light_twoside) in draw_need_pipeline()
240 if (rast->light_twoside) { in validate_pipeline()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_fs.c167 key->fs.light_twoside = svga->curr.rast->templ.light_twoside; in make_fs_key()
H A Dsvga_shader.h82 unsigned light_twoside:1; member
H A Dsvga_pipe_rasterizer.c344 templ->light_twoside || in svga_create_rasterizer_state()
H A Dsvga_tgsi_decl_sm30.c219 else if (emit->key.fs.light_twoside && in ps30_input()
H A Dsvga_tgsi_insn.c3538 if (emit->key.fs.light_twoside) in needs_to_create_common_immediate()
3725 if (emit->key.fs.light_twoside) { in svga_shader_emit_helpers()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c104 raster->light_twoside = _mesa_vertex_program_two_side_enabled(ctx); in st_update_rasterizer()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h204 unsigned light_twoside : 1; member
H A Di915_state.c880 cso->light_twoside = rasterizer->light_twoside; in i915_create_rasterizer_state()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h96 unsigned light_twoside:1; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c450 if (nv50->rast->pipe.light_twoside == ((ffc == bfc) ? 0 : 1)) in nv50_fp_linkage_validate()
472 /* if light_twoside is active, FFC0_ID == BFC0_ID is invalid */ in nv50_fp_linkage_validate()
473 if (nv50->rast->pipe.light_twoside) { in nv50_fp_linkage_validate()
H A Dnv50_state.c249 SB_DATA (so, cso->light_twoside); in nv50_rasterizer_state_create()
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c64 unsigned light_twoside:1; member
192 key->light_twoside = 1; in make_state_key()
223 else if (key->light_twoside && in make_state_key()
1043 const GLboolean twoside = p->state->light_twoside; in build_lighting()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c182 SB_DATA (so, cso->light_twoside); in nv30_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c121 trace_dump_member(bool, state, light_twoside); in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c2194 if (rs_state->light_twoside && in crocus_update_compiled_clip()
2202 if (rs_state->light_twoside && in crocus_update_compiled_clip()
2286 key.do_twoside_color = rs_state->light_twoside; in crocus_update_compiled_sf()
H A Dcrocus_state.c2198 cso_changed(cso.light_twoside)) in crocus_bind_rasterizer_state()
4600 cso_rast->cso.light_twoside, &max_source_attr); in calculate_attr_overrides()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c1815 bool light_twoside; /* for shader state */ member
1878 cso->light_twoside = state->light_twoside; in iris_create_rasterizer_state()
2033 cso_changed(light_twoside)) in iris_bind_rasterizer_state()
4247 if (cso_rast->light_twoside && in iris_emit_sbe_swiz()
4313 cso_rast->light_twoside, in iris_emit_sbe()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c342 util_dump_member(stream, bool, state, light_twoside); in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c445 VIRGL_OBJ_RS_S0_LIGHT_TWOSIZE(state->light_twoside) | in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c229 SB_IMMED_3D(so, VERTEX_TWO_SIDE_ENABLE, cso->light_twoside); in nvc0_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1378 r300->two_sided_color = rs->rs.light_twoside; in r300_bind_rs_state()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c480 rs->two_side = state->light_twoside; in r600_create_rs_state()

Completed in 59 milliseconds

12