Searched defs:flatshade_first (Results 1 - 5 of 5) sorted by path

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h95 boolean flatshade_first; member in struct:lp_setup_context
H A Dlp_setup_vbuf.c140 const boolean flatshade_first = setup->flatshade_first; local
195 if (flatshade_first) {
217 if (flatshade_first) {
239 if (flatshade_first) {
271 if (flatshade_first) {
303 if (flatshade_first) {
340 const boolean flatshade_first = setup->flatshade_first; local
393 if (flatshade_first) {
[all...]
H A Dlp_state_setup.h25 unsigned flatshade_first:1; member in struct:lp_setup_variant_key
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_prim_vbuf.c167 const boolean flatshade_first = softpipe->rasterizer->flatshade_first; local
217 if (flatshade_first) {
239 if (flatshade_first) {
261 if (flatshade_first) {
293 if (flatshade_first) {
325 if (flatshade_first) {
364 const boolean flatshade_first = softpipe->rasterizer->flatshade_first; local
414 if (flatshade_first) {
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h108 unsigned flatshade_first:1; member in struct:pipe_rasterizer_state

Completed in 271 milliseconds