Home
last modified time | relevance | path

Searched refs:bfc (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c111 prog->vp.bfc[info->out[i].si] = i; in nv50_vertprog_assign_slots()
179 prog->vp.bfc[info->in[i].si] = j; in nv50_fragprog_assign_slots()
216 if (prog->vp.bfc[i] < 0xff) in nv50_fragprog_assign_slots()
217 prog->fp.colors += bitcount4(prog->in[prog->vp.bfc[i]].mask) << 16; in nv50_fragprog_assign_slots()
375 prog->vp.bfc[0] = 0xff; in nv50_program_translate()
376 prog->vp.bfc[1] = 0xff; in nv50_program_translate()
H A Dnv50_shader_state.c446 uint8_t bfc, ffc; in nv50_fp_linkage_validate() local
448 bfc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_BFC0_ID__MASK) in nv50_fp_linkage_validate()
450 if (nv50->rast->pipe.light_twoside == ((ffc == bfc) ? 0 : 1)) in nv50_fp_linkage_validate()
475 n = vp->vp.bfc[i]; in nv50_fp_linkage_validate()
476 if (fp->vp.bfc[i] >= fp->in_nr) in nv50_fp_linkage_validate()
478 m = nv50_vec4_map(map, m, lin, &fp->in[fp->vp.bfc[i]], in nv50_fp_linkage_validate()
H A Dnv50_program.h81 ubyte bfc[2]; /* indices into varying for FFC (FP) or BFC (VP) */ member
/third_party/ffmpeg/libavcodec/arm/
H A Dsbrdsp_neon.S313 bfc r3, #9, #23
328 bfc r3, #9, #23
361 bfc r3, #9, #23
376 bfc r3, #9, #23
H A Dsynth_filter_neon.S29 bfc r12, #9, #23
H A Drdft_neon.S120 bfc r2, #0, #31
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c397 int bfc = simpenrose_do_binning(exec.ct0ca, exec.ct0ea); in vc4_simulator_submit_cl_ioctl() local
398 if (bfc != 1) { in vc4_simulator_submit_cl_ioctl()
400 bfc); in vc4_simulator_submit_cl_ioctl()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc1340 Format(instr, "bfc'cond 'rd, 'f"); in DecodeType3()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h565 void bfc(Register dst, int lsb, int width, Condition cond = al);
H A Dmacro-assembler-arm.cc619 bfc(dst, lsb, width, cond); in Bfc()
H A Dassembler-arm.cc1876 // bfc dst, #lsb, #width
1877 void Assembler::bfc(Register dst, int lsb, int width, Condition cond) { in bfc() function in v8::internal::Assembler
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h2063 void bfc(Condition cond, Register rd, uint32_t lsb, uint32_t width);
2064 void bfc(Register rd, uint32_t lsb, uint32_t width) { in bfc() function in vixl::aarch32::Assembler
2065 bfc(al, rd, lsb, width); in bfc()
H A Ddisasm-aarch32.h684 void bfc(Condition cond, Register rd, uint32_t lsb, uint32_t width);
H A Dassembler-aarch32.cc3194 void Assembler::bfc(Condition cond, Register rd, uint32_t lsb, uint32_t width) { in bfc() function in vixl::aarch32::Assembler
3218 Delegate(kBfc, &Assembler::bfc, cond, rd, lsb, width); in bfc()
H A Ddisasm-aarch32.cc1279 void Disassembler::bfc(Condition cond, in bfc() function in vixl::aarch32::Disassembler
9359 bfc(CurrentCond(), Register(rd), lsb, width); in DecodeT32()
[all...]
H A Dmacro-assembler-aarch32.h1499 bfc(cond, rd, lsb, width); in MacroAssembler()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc562 COMPARE(bfc(w25, 13, 8), "bfc w25, #13, #8"); in TEST()
563 COMPARE(bfc(x26, 14, 7), "bfc x26, #14, #7"); in TEST()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1137 __ bfc(i.OutputRegister(), i.InputInt8(1), i.InputInt8(2)); in AssembleArchInstruction()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h806 void bfc(const Register& rd, unsigned lsb, unsigned width) { in bfc() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h1200 bfc(rd, lsb, width); in Bfc()

Completed in 194 milliseconds