Searched refs:reg_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h72 LLVMTypeRef reg_type; member in struct:lp_build_mask_context
H A Dlp_bld_flow.c146 LLVMBuildBitCast(builder, value, mask->reg_type, ""),
147 LLVMConstNull(mask->reg_type),
170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length);
H A Dlp_bld_tgsi_soa.c234 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context, local
269 LLVMBuildBitCast(builder, mask->exec_mask, reg_type, ""),
270 LLVMConstNull(reg_type), "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h72 LLVMTypeRef reg_type; member in struct:lp_build_mask_context
H A Dlp_bld_flow.c146 LLVMBuildBitCast(builder, value, mask->reg_type, ""),
147 LLVMConstNull(mask->reg_type),
170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length);
H A Dlp_bld_tgsi_soa.c234 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context, local
269 LLVMBuildBitCast(builder, mask->exec_mask, reg_type, ""),
270 LLVMConstNull(reg_type), "");
/external/chromium_org/chrome/test/install_test/
H A Dchrome_installer_win.py182 reg_type = self._GetRegistryType(install_type)
187 key = _winreg.OpenKey(reg_type, root, 0, _winreg.KEY_ALL_ACCESS)
/external/chromium_org/chrome_frame/
H A Dchrome_tab.cc506 DWORD reg_type = REG_NONE; local
507 if (backup_key.ReadValue(NULL, NULL, &len, &reg_type) != ERROR_SUCCESS)
511 if ((len == 0) || (reg_type != REG_SZ))
516 &reg_type) != ERROR_SUCCESS) {
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c1191 DWORD size, reg_type; local
1200 &reg_type, (BYTE*)lookup[k].list, MAX_KEY_LENGTH, &size)) {
1348 DWORD size, reg_type, port_nr, install_state; local
1450 &reg_type, (BYTE*)&port_nr, 4, &size))
1468 &reg_type, (BYTE*)strbuf, size, &size)) {
1476 s = pRegQueryValueExW(key, L"DeviceInterfaceGUIDs", NULL, &reg_type,
1498 &reg_type, (BYTE*)&install_state, 4, &size))
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc2557 // Split five bit reg_code based on size of reg_type.
2561 static void SplitRegCode(VFPType reg_type, argument
2566 if (IsIntegerVFPType(reg_type) || !IsDoubleVFPType(reg_type)) {
/external/v8/src/arm/
H A Dassembler-arm.cc2129 // Split five bit reg_code based on size of reg_type.
2133 static void SplitRegCode(VFPType reg_type,
2138 if (IsIntegerVFPType(reg_type) || !IsDoubleVFPType(reg_type)) {

Completed in 206 milliseconds