HomeSort by relevance Sort by last modified time
    Searched refs:cc0 (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 110 cc->cc0.stencil_enable = 1;
111 cc->cc0.stencil_func =
113 cc->cc0.stencil_fail_op =
115 cc->cc0.stencil_pass_depth_fail_op =
117 cc->cc0.stencil_pass_depth_pass_op =
124 cc->cc0.bf_stencil_enable = 1;
125 cc->cc0.bf_stencil_func =
127 cc->cc0.bf_stencil_fail_op =
129 cc->cc0.bf_stencil_pass_depth_fail_op =
131 cc->cc0.bf_stencil_pass_depth_pass_op
    [all...]
gen6_cc.c 221 cc->cc0.alpha_test_format = BRW_ALPHATEST_FORMAT_UNORM8;
225 cc->cc0.stencil_ref = ctx->Stencil.Ref[0];
226 cc->cc0.bf_stencil_ref = ctx->Stencil.Ref[ctx->Stencil._BackFace];
brw_state_dump.c 390 batch_out(brw, name, offset, 0, "cc0\n");
408 cc->cc0.alpha_test_format ? "FLOAT32" : "UNORM8",
409 cc->cc0.round_disable,
410 cc->cc0.stencil_ref,
411 cc->cc0.bf_stencil_ref);
brw_structs.h 259 } cc0; member in struct:gen6_color_calc_state
326 } cc0; member in struct:brw_cc_unit_state
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 110 cc->cc0.stencil_enable = 1;
111 cc->cc0.stencil_func =
113 cc->cc0.stencil_fail_op =
115 cc->cc0.stencil_pass_depth_fail_op =
117 cc->cc0.stencil_pass_depth_pass_op =
124 cc->cc0.bf_stencil_enable = 1;
125 cc->cc0.bf_stencil_func =
127 cc->cc0.bf_stencil_fail_op =
129 cc->cc0.bf_stencil_pass_depth_fail_op =
131 cc->cc0.bf_stencil_pass_depth_pass_op
    [all...]
gen6_cc.c 221 cc->cc0.alpha_test_format = BRW_ALPHATEST_FORMAT_UNORM8;
225 cc->cc0.stencil_ref = ctx->Stencil.Ref[0];
226 cc->cc0.bf_stencil_ref = ctx->Stencil.Ref[ctx->Stencil._BackFace];
brw_state_dump.c 390 batch_out(brw, name, offset, 0, "cc0\n");
408 cc->cc0.alpha_test_format ? "FLOAT32" : "UNORM8",
409 cc->cc0.round_disable,
410 cc->cc0.stencil_ref,
411 cc->cc0.bf_stencil_ref);
brw_structs.h 259 } cc0; member in struct:gen6_color_calc_state
326 } cc0; member in struct:brw_cc_unit_state
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 572 HReg cc0, cc1, b2, b6, cc_vex; local
574 cc0 = newVRegI(env);
575 addInstr(env, s390_insn_move(4, cc0, cc_s390));
576 addInstr(env, s390_insn_alu(4, S390_ALU_AND, cc0, s390_opnd_imm(1)));
583 addInstr(env, s390_insn_move(4, b2, cc0));
588 addInstr(env, s390_insn_move(4, b6, cc0));
595 addInstr(env, s390_insn_move(4, cc_vex, cc0));
    [all...]
guest_ppc_toIR.c 10032 IRTemp cc0 = newTemp( Ity_I32 ); local
    [all...]
guest_s390_toIR.c 10025 IRTemp cc0 = newTemp(Ity_I32); local
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 16838 enum X86::CondCode cc0 = (enum X86::CondCode)N0.getConstantOperandVal(0); local
    [all...]

Completed in 1041 milliseconds