/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) { 228 code->inst[ip].inst0 |= R500_INST_NOP; 259 code->inst[ip].inst0 = R500_INST_TYPE_OUT; 265 code->inst[ip].inst0 = R500_INST_TYPE_ALU; 267 code->inst[ip].inst0 |= (inst->SemWait << R500_INST_TEX_SEM_WAIT_SHIFT); 269 code->inst[ip].inst0 |= (inst->RGB.WriteMask << 11); 270 code->inst[ip].inst0 |= inst->Alpha.WriteMask ? 1 << 14 : 0; 271 code->inst[ip].inst0 |= (inst->RGB.OutputWriteMask << 15) | (inst->Alpha.OutputWriteMask << 18); 273 code->inst[ip].inst0 |= R500_INST_NOP; 286 code->inst[ip].inst0 |= R500_INST_RGB_CLAMP [all...] |
r500_fragprog.c | 375 uint32_t inst0; local 380 inst0 = inst = code->inst[n].inst0; 396 switch(inst0 & 0x3) {
|
radeon_code.h | 230 uint32_t inst0; member in struct:r500_fragment_program_code::__anon14598
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) { 228 code->inst[ip].inst0 |= R500_INST_NOP; 259 code->inst[ip].inst0 = R500_INST_TYPE_OUT; 265 code->inst[ip].inst0 = R500_INST_TYPE_ALU; 267 code->inst[ip].inst0 |= (inst->SemWait << R500_INST_TEX_SEM_WAIT_SHIFT); 269 code->inst[ip].inst0 |= (inst->RGB.WriteMask << 11); 270 code->inst[ip].inst0 |= inst->Alpha.WriteMask ? 1 << 14 : 0; 271 code->inst[ip].inst0 |= (inst->RGB.OutputWriteMask << 15) | (inst->Alpha.OutputWriteMask << 18); 273 code->inst[ip].inst0 |= R500_INST_NOP; 286 code->inst[ip].inst0 |= R500_INST_RGB_CLAMP [all...] |
r500_fragprog.c | 375 uint32_t inst0; local 380 inst0 = inst = code->inst[n].inst0; 396 switch(inst0 & 0x3) {
|
radeon_code.h | 230 uint32_t inst0; member in struct:r500_fragment_program_code::__anon24963
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_fp.c | 193 const struct prog_instruction *inst0) 196 *inst = *inst0; 254 const struct prog_instruction *inst0) 260 if (inst0->DstReg.WriteMask == 0) 263 dst_chan = ffs(inst0->DstReg.WriteMask) - 1; 265 *inst = *inst0; 268 other_channel_mask = inst0->DstReg.WriteMask & ~(1 << dst_chan); 272 dst_mask(inst0->DstReg, other_channel_mask), 274 src_swizzle1(src_reg_from_dst(inst0->DstReg), dst_chan),
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_fp.c | 193 const struct prog_instruction *inst0) 196 *inst = *inst0; 254 const struct prog_instruction *inst0) 260 if (inst0->DstReg.WriteMask == 0) 263 dst_chan = ffs(inst0->DstReg.WriteMask) - 1; 265 *inst = *inst0; 268 other_channel_mask = inst0->DstReg.WriteMask & ~(1 << dst_chan); 272 dst_mask(inst0->DstReg, other_channel_mask), 274 src_swizzle1(src_reg_from_dst(inst0->DstReg), dst_chan),
|
/external/chromium_org/third_party/re2/re2/ |
compile.cc | 38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v); 41 static PatchList Deref(Prog::Inst *inst0, PatchList l); 44 static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2); 57 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { 58 Prog::Inst* ip = &inst0[l.p>>1]; 67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) { 69 Prog::Inst* ip = &inst0[l.p>>1]; 81 PatchList PatchList::Append(Prog::Inst* inst0, PatchList l1, PatchList l2) { 89 PatchList next = PatchList::Deref(inst0, l); 95 Prog::Inst* ip = &inst0[l.p>>1] [all...] |
/external/regex-re2/re2/ |
compile.cc | 38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v); 41 static PatchList Deref(Prog::Inst *inst0, PatchList l); 44 static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2); 57 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { 58 Prog::Inst* ip = &inst0[l.p>>1]; 67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) { 69 Prog::Inst* ip = &inst0[l.p>>1]; 81 PatchList PatchList::Append(Prog::Inst* inst0, PatchList l1, PatchList l2) { 89 PatchList next = PatchList::Deref(inst0, l); 95 Prog::Inst* ip = &inst0[l.p>>1] [all...] |
/external/chromium_org/third_party/re2/patches/ |
remove-static-initializers.patch | 6 static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_fs.c | 288 OUT_CB(code->inst[i].inst0);
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_fs.c | 288 OUT_CB(code->inst[i].inst0);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.c | 295 unsigned inst0, inst1; local 309 inst0 = bytes[bytes_read++]; 311 alu.inst = inst0 | (inst1 << 8); [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.c | 295 unsigned inst0, inst1; local 309 inst0 = bytes[bytes_read++]; 311 alu.inst = inst0 | (inst1 << 8); [all...] |