Searched refs:front_facing (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h39 boolean front_facing,
H A Dlp_bld_depth.c136 * \param front_facing an integer vector mask, indicating front (~0) or back
144 LLVMValueRef front_facing)
154 if (stencil[1].enabled && front_facing != NULL) {
161 res = lp_build_select(bld, front_facing, res, back_res);
254 LLVMValueRef front_facing)
266 if (stencil[1].enabled && front_facing != NULL) {
273 res = lp_build_select(bld, front_facing, res, back_res);
277 (stencil[1].enabled && front_facing != NULL && stencil[1].writemask != 0xff)) {
281 if (stencil[1].enabled && stencil[1].writemask != stencil[0].writemask && front_facing != NULL) {
284 writemask = lp_build_select(bld, front_facing, writemas
140 lp_build_stencil_test(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef front_facing) argument
248 lp_build_stencil_op(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], enum stencil_op op, LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef mask, LLVMValueRef front_facing) argument
559 LLVMValueRef front_facing = NULL; local
[all...]
H A Dlp_state_setup.c219 LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing, lp_build_const_int32(gallivm, 0), ""); /** need i1 for if condition */ local
230 attribv[0] = LLVMBuildSelect(b, front_facing, a0_back, attribv[0], "");
231 attribv[1] = LLVMBuildSelect(b, front_facing, a1_back, attribv[1], "");
232 attribv[2] = LLVMBuildSelect(b, front_facing, a2_back, attribv[2], "");
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h39 boolean front_facing,
H A Dlp_bld_depth.c136 * \param front_facing an integer vector mask, indicating front (~0) or back
144 LLVMValueRef front_facing)
154 if (stencil[1].enabled && front_facing != NULL) {
161 res = lp_build_select(bld, front_facing, res, back_res);
254 LLVMValueRef front_facing)
266 if (stencil[1].enabled && front_facing != NULL) {
273 res = lp_build_select(bld, front_facing, res, back_res);
277 (stencil[1].enabled && front_facing != NULL && stencil[1].writemask != 0xff)) {
281 if (stencil[1].enabled && stencil[1].writemask != stencil[0].writemask && front_facing != NULL) {
284 writemask = lp_build_select(bld, front_facing, writemas
140 lp_build_stencil_test(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef front_facing) argument
248 lp_build_stencil_op(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], enum stencil_op op, LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef mask, LLVMValueRef front_facing) argument
559 LLVMValueRef front_facing = NULL; local
[all...]
H A Dlp_state_setup.c219 LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing, lp_build_const_int32(gallivm, 0), ""); /** need i1 for if condition */ local
230 attribv[0] = LLVMBuildSelect(b, front_facing, a0_back, attribv[0], "");
231 attribv[1] = LLVMBuildSelect(b, front_facing, a1_back, attribv[1], "");
232 attribv[2] = LLVMBuildSelect(b, front_facing, a2_back, attribv[2], "");
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Ddevice_info_android.cc45 bool front_facing; member in struct:webrtc::videocapturemodule::AndroidCameraInfo
55 << "], front_facing: " << front_facing
127 info.front_facing = camera["front_facing"].asBool();

Completed in 651 milliseconds