/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUAsmPrinter.cpp | 84 if (reg == AMDGPU::EXEC) {
|
SIGenRegisterInfo.pl | 91 def EXEC : SIReg<"EXEC">; 173 def EXECReg : RegisterClass<"AMDGPU", [i1], 1, (add EXEC)>; 278 #Add EXEC to SReg_64 280 push (@registers, 'EXEC')
|
SIISelLowering.cpp | 206 // Clear this pixel from the exec mask if the operand is negative 212 // If the exec mask is non-zero, skip the next two instructions 215 .addReg(AMDGPU::EXEC); 217 // Exec mask is zero: Export to NULL target...
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_transfer.c | 30 uint32_t exec = (1 << 20); local 52 exec |= NVC0_M2MF_EXEC_LINEAR_IN; 68 exec |= NVC0_M2MF_EXEC_LINEAR_OUT; 82 if (!(exec & NVC0_M2MF_EXEC_LINEAR_IN)) { 89 if (!(exec & NVC0_M2MF_EXEC_LINEAR_OUT)) { 100 BEGIN_NVC0(push, NVC0_M2MF(EXEC), 1); 101 PUSH_DATA (push, exec); 119 uint32_t exec; local 131 exec = 0x200 /* 2D_ENABLE */ | 0x6 /* UNK */; 136 exec |= 0x100; /* DST_MODE_2D_LINEAR * [all...] |
nvc0_tex.c | 241 BEGIN_NVC0(push, NVC0_M2MF(EXEC), 1); 306 BEGIN_1IC0(push, NVE4_P2MF(EXEC), 9); 423 BEGIN_1IC0(push, NVE4_P2MF(EXEC), 9);
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_transfer.c | 30 uint32_t exec = (1 << 20); local 52 exec |= NVC0_M2MF_EXEC_LINEAR_IN; 68 exec |= NVC0_M2MF_EXEC_LINEAR_OUT; 82 if (!(exec & NVC0_M2MF_EXEC_LINEAR_IN)) { 89 if (!(exec & NVC0_M2MF_EXEC_LINEAR_OUT)) { 100 BEGIN_NVC0(push, NVC0_M2MF(EXEC), 1); 101 PUSH_DATA (push, exec); 119 uint32_t exec; local 131 exec = 0x200 /* 2D_ENABLE */ | 0x6 /* UNK */; 136 exec |= 0x100; /* DST_MODE_2D_LINEAR * [all...] |
nvc0_tex.c | 241 BEGIN_NVC0(push, NVC0_M2MF(EXEC), 1); 306 BEGIN_1IC0(push, NVE4_P2MF(EXEC), 9); 423 BEGIN_1IC0(push, NVE4_P2MF(EXEC), 9);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
SIGenRegisterInfo.pl | 91 def EXEC : SIReg<"EXEC">; 173 def EXECReg : RegisterClass<"AMDGPU", [i1], 1, (add EXEC)>; 278 #Add EXEC to SReg_64 280 push (@registers, 'EXEC')
|
SIISelLowering.cpp | 206 // Clear this pixel from the exec mask if the operand is negative 212 // If the exec mask is non-zero, skip the next two instructions 215 .addReg(AMDGPU::EXEC); 217 // Exec mask is zero: Export to NULL target...
|
/hardware/ti/omap4-aah/domx/make/ |
build.mk | 116 ifeq ($(TARGETTYPE),EXEC) 169 ifeq ($(TARGETTYPE),EXEC)
|
/hardware/ti/omap4xxx/domx/make/ |
build.mk | 116 ifeq ($(TARGETTYPE),EXEC) 169 ifeq ($(TARGETTYPE),EXEC)
|
/external/llvm/lib/Target/R600/ |
AMDGPUAsmPrinter.cpp | 250 case AMDGPU::EXEC:
|
SIInstrInfo.cpp | 608 // EXEC register uses the constant bus. 609 if (!MO.isImplicit() && MO.getReg() == AMDGPU::EXEC) [all...] |
/external/llvm/lib/Target/R600/InstPrinter/ |
AMDGPUInstPrinter.cpp | 51 case AMDGPU::EXEC: 52 O << "exec";
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_video.c | 94 BEGIN_NV04(push, NV31_MPEG(EXEC), 1);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.c | 94 BEGIN_NV04(push, NV31_MPEG(EXEC), 1);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-trace.c | 88 P_MMAP_PROT(EXEC); [all...] |
/prebuilts/devtools/tools/lib/ |
osgi-4.0.0.jar | |
jython-standalone-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/ |
osgi-4.0.0.jar | |
/prebuilts/tools/common/osgi/ |
osgi.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/prebuilts/misc/common/jython/ |
jython.jar | |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | 137 "elif except exec finally from global import in is lambda " + [all...] |