Searched refs:facing (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad.h68 unsigned facing:1; /**< Front (0) or back (1) facing? */ member in struct:quad_header_input
H A Dsp_fs_exec.c122 machine->Face = (float) (quad->input.facing * -2 + 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad.h68 unsigned facing:1; /**< Front (0) or back (1) facing? */ member in struct:quad_header_input
H A Dsp_fs_exec.c122 machine->Face = (float) (quad->input.facing * -2 + 1);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h121 GLuint facing = 0; local in function:TAG
140 facing = AREA_IS_CCW( cc ) ^ _mesa_polygon_get_front_bit(ctx);
143 if (facing) {
158 if (DO_TWOSIDE && facing == 1) {
266 SETUP_STENCIL(facing);
268 UNSET_STENCIL(facing);
279 SETUP_STENCIL(facing);
281 UNSET_STENCIL(facing);
295 SETUP_STENCIL(facing);
297 UNSET_STENCIL(facing);
347 GLuint facing = 0; local in function:TAG
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h121 GLuint facing = 0; local in function:TAG
140 facing = AREA_IS_CCW( cc ) ^ _mesa_polygon_get_front_bit(ctx);
143 if (facing) {
158 if (DO_TWOSIDE && facing == 1) {
266 SETUP_STENCIL(facing);
268 UNSET_STENCIL(facing);
279 SETUP_STENCIL(facing);
281 UNSET_STENCIL(facing);
295 SETUP_STENCIL(facing);
297 UNSET_STENCIL(facing);
347 GLuint facing = 0; local in function:TAG
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_fastpath.c49 uint32_t facing,
147 uint32_t facing,
161 (void)facing;
174 uint32_t facing,
188 (void)facing;
46 no_op(const struct lp_jit_context * context,uint32_t x,uint32_t y,uint32_t facing,const void * a0,const void * dadx,const void * dady,uint8_t ** cbufs,uint8_t * depth,uint64_t mask,struct lp_jit_thread_data * thread_data,unsigned * strides,unsigned depth_stride,unsigned * color_sample_stride,unsigned depth_sample_stride) argument
144 red(const struct lp_jit_context * context,uint32_t x,uint32_t y,uint32_t facing,const void * a0,const void * dadx,const void * dady,uint8_t ** cbufs,uint8_t * depth,uint64_t int_mask,struct lp_jit_thread_data * thread_data,unsigned * strides,unsigned depth_stride,unsigned * sample_stride,unsigned depth_sample_stride) argument
171 green(const struct lp_jit_context * context,uint32_t x,uint32_t y,uint32_t facing,const void * a0,const void * dadx,const void * dady,uint8_t ** cbufs,uint8_t * depth,uint64_t int_mask,struct lp_jit_thread_data * thread_data,unsigned * strides,unsigned depth_stride,unsigned * sample_stride,unsigned depth_sample_stride) argument
H A Dlp_state_setup.c70 LLVMValueRef facing; /* boolean */ member in struct:lp_setup_args
126 * Setup the fragment input attribute with the front-facing value.
127 * \param frontface is the triangle front facing?
136 LLVMValueRef a0_0 = args->facing;
151 "facing");
185 LLVMValueRef facing = args->facing; local in function:lp_twoside
186 LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing,
687 arg_types[3] = LLVMInt32TypeInContext(gallivm->context); /* facing */
705 args.facing
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h31 * facing, compute polygon offset and handle glPolygonMode().
42 GLuint facing = 0; local in function:TAG
61 facing = (cc < 0.0F) ^ _mesa_polygon_get_front_bit(ctx);
64 mode = facing ? ctx->Polygon.BackMode : ctx->Polygon.FrontMode;
66 if (facing == 1) {
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
189 if (facing == 1) {
H A Dss_triangle.c114 GLuint facing,
127 if (facing == 1 && ctx->Polygon.CullFaceMode != GL_FRONT)
129 if (facing == 0 && ctx->Polygon.CullFaceMode != GL_BACK)
133 _swrast_SetFacing(ctx, facing);
110 _swsetup_render_tri(struct gl_context * ctx,GLuint e0,GLuint e1,GLuint e2,GLuint facing,swsetup_edge_render_prim_tri render) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h31 * facing, compute polygon offset and handle glPolygonMode().
42 GLuint facing = 0; local in function:TAG
61 facing = (cc < 0.0F) ^ _mesa_polygon_get_front_bit(ctx);
64 mode = facing ? ctx->Polygon.BackMode : ctx->Polygon.FrontMode;
66 if (facing == 1) {
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
189 if (facing == 1) {
H A Dss_triangle.c114 GLuint facing,
127 if (facing == 1 && ctx->Polygon.CullFaceMode != GL_FRONT)
129 if (facing == 0 && ctx->Polygon.CullFaceMode != GL_BACK)
133 _swrast_SetFacing(ctx, facing);
110 _swsetup_render_tri(struct gl_context * ctx,GLuint e0,GLuint e1,GLuint e2,GLuint facing,swsetup_edge_render_prim_tri render) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.h126 /** 0 = front-facing span, 1 = back-facing span (for two-sided stencil) */
127 GLuint facing; member in struct:sw_span
181 (S).facing = 0; \
H A Ds_points.c106 span.facing = swrast->PointLineFacing;
279 span.facing = swrast->PointLineFacing;
382 span.facing = swrast->PointLineFacing;
479 span->facing != swrast->PointLineFacing) {
488 span->facing = swrast->PointLineFacing;
H A Dswrast.h175 * Indicates front/back facing for subsequent points/lines when drawing
179 _swrast_SetFacing(struct gl_context *ctx, GLuint facing);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.h126 /** 0 = front-facing span, 1 = back-facing span (for two-sided stencil) */
127 GLuint facing; member in struct:sw_span
181 (S).facing = 0; \
H A Ds_points.c106 span.facing = swrast->PointLineFacing;
272 span.facing = swrast->PointLineFacing;
375 span.facing = swrast->PointLineFacing;
472 span->facing != swrast->PointLineFacing) {
481 span->facing = swrast->PointLineFacing;
H A Dswrast.h175 * Indicates front/back facing for subsequent points/lines when drawing
179 _swrast_SetFacing(struct gl_context *ctx, GLuint facing);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dvelems.rst30 Fog, point size, the facing bit, and edgeflags, all are in the standard format
42 Colors, both front- and back-facing, may omit the alpha component, only using
H A Drasterizer.rst89 If set, there are per-vertex back-facing colors. The hardware
98 Indicates whether the window order of front-facing polygons is
103 (cull no polygons), PIPE_FACE_FRONT (cull front-facing polygons),
104 PIPE_FACE_BACK (cull back-facing polygons), or
108 Indicates how to fill front-facing polygons, either
112 Indicates how to fill back-facing polygons, either
352 are considered back-facing and the vertex attributes and depth are that of
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dvelems.rst30 Fog, point size, the facing bit, and edgeflags, all are in the standard format
42 Colors, both front- and back-facing, may omit the alpha component, only using
H A Drasterizer.rst89 If set, there are per-vertex back-facing colors. The hardware
98 Indicates whether the window order of front-facing polygons is
103 (cull no polygons), PIPE_FACE_FRONT (cull front-facing polygons),
104 PIPE_FACE_BACK (cull back-facing polygons), or
108 Indicates how to fill front-facing polygons, either
112 Indicates how to fill back-facing polygons, either
357 are considered back-facing and the vertex attributes and depth are that of
/xsrc/external/mit/ctwm/dist/
H A Dctwm_config.h.in41 * This mismatched naming is a historical remnant. User-facing stuff
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c70 LLVMValueRef facing; /* boolean */ member in struct:lp_setup_args
125 * Setup the fragment input attribute with the front-facing value.
126 * \param frontface is the triangle front facing?
135 LLVMValueRef a0_0 = args->facing;
150 "facing");
184 LLVMValueRef facing = args->facing; local in function:lp_twoside
185 LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing,
756 arg_types[3] = LLVMInt32TypeInContext(gallivm->context); /* facing */
773 args.facing
[all...]
H A Dlp_jit.h235 * @param facing is front facing
250 uint32_t facing,

Completed in 23 milliseconds

123