Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrdrivr.c36 PFR_PhyFont phys = &face->phy_font; in FT_CALLBACK_DEF() local
42 if ( phys->outline_resolution != phys->metrics_resolution ) in FT_CALLBACK_DEF()
46 (FT_Long)phys->outline_resolution, in FT_CALLBACK_DEF()
47 (FT_Long)phys->metrics_resolution ); in FT_CALLBACK_DEF()
51 (FT_Long)phys->outline_resolution, in FT_CALLBACK_DEF()
52 (FT_Long)phys->metrics_resolution ); in FT_CALLBACK_DEF()
82 PFR_PhyFont phys = &face->phy_font; in FT_CALLBACK_DEF() local
85 if ( gindex < phys->num_chars ) in FT_CALLBACK_DEF()
87 *anadvance = phys in FT_CALLBACK_DEF()
105 PFR_PhyFont phys = &face->phy_font; FT_CALLBACK_DEF() local
[all...]
H A Dpfrsbit.c587 PFR_PhyFont phys = &face->phy_font; in FT_LOCAL() local
594 character = &phys->chars[glyph_index]; in FT_LOCAL()
602 strike = phys->strikes; in FT_LOCAL()
603 for ( n = 0; n < phys->num_strikes; n++ ) in FT_LOCAL()
632 if ( FT_STREAM_SEEK( phys->bct_offset + strike->bct_offset ) || in FT_LOCAL()
663 if ( phys->metrics_resolution != phys->outline_resolution ) in FT_LOCAL()
665 (FT_Long)phys->outline_resolution, in FT_LOCAL()
666 (FT_Long)phys->metrics_resolution ); in FT_LOCAL()
674 (FT_Long)phys in FT_LOCAL()
[all...]
/third_party/libinput/udev/
H A Dlibinput-device-group.c112 const char *path, *phys; in wacom_handle_ekr() local
127 phys = udev_device_get_sysattr_value(d, "phys"); in wacom_handle_ekr()
129 if (vidstr && pidstr && phys && in wacom_handle_ekr()
141 *phys_attr = safe_strdup(phys); in wacom_handle_ekr()
158 *phys = NULL; in main() local
177 /* Find the first parent with ATTRS{phys} set. For tablets that in main()
183 phys = udev_device_get_sysattr_value(device, "phys"); in main()
184 if (phys) in main()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp128 const VkPhysicalDevice phys = chooseDevice(vki, instance, cmdLine); in SpecialDevice() local
129 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, phys); in SpecialDevice()
145 m_queueFamilyIndexFrom = findQueueFamilyIndex(vki, phys, priorityFrom, flagFrom, getColissionFlags(transitionFrom), INVALID_UINT32); in SpecialDevice()
146 m_queueFamilyIndexTo = findQueueFamilyIndex(vki, phys, priorityTo, flagTo, getColissionFlags(transitionTo), m_queueFamilyIndexFrom); in SpecialDevice()
196 m_createResult = SAVEEXPR(createUncheckedDevice(cmdLine.isValidationEnabled(), vki, phys, &deviceCreateInfo, nullptr, &m_deviceHandle), in SpecialDevice()
248 const vk::VkPhysicalDevice phys, in BufferWithMemory()
263 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, phys); in BufferWithMemory()
346 const VkPhysicalDevice phys, in ImageWithMemory()
353 ? (new image::SparseImage(vkd, device, phys, vki, imageCreateInfo, sparseQueue, allocator, mapVkFormat(imageCreateInfo.format))) in ImageWithMemory()
246 BufferWithMemory(const vk::InstanceInterface& vki, const DeviceInterface& vkd, const vk::VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkBufferCreateInfo& bufferCreateInfo, const MemoryRequirement memoryRequirement, const VkQueue sparseQueue) BufferWithMemory() argument
344 ImageWithMemory(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkImageCreateInfo& imageCreateInfo, const VkQueue sparseQueue, const MemoryRequirement memoryRequirement) ImageWithMemory() argument
H A DvktGlobalPriorityQueueUtils.hpp98 const vk::VkPhysicalDevice phys,
133 const vk::VkPhysicalDevice phys,
H A DvktGlobalPriorityQueueTests.cpp169 const VkPhysicalDevice phys = m_context.getPhysicalDevice(); in createImage() local
197 return de::MovePtr<ImageWithMemory>(new ImageWithMemory(vki, vkd, phys, dev, alloc, imageInfo, queue, memReqs)); in createImage()
623 const VkPhysicalDevice phys = m_context.getPhysicalDevice(); in iterate() local
636 BufferWithMemory positionsBuffer (vki, vkd, phys, device, allocator, posBuffInfo, MemoryRequirement::HostVisible); in iterate()
647 const BufferWithMemory vertexBuffer (vki, vkd, phys, device, allocator, vertBuffInfo, vertMemReqs, producerQueue); in iterate()
681 BufferWithMemory resultBuffer (vki, vkd, phys, device, allocator, resultBuffInfo, MemoryRequirement::HostVisible); in iterate()
767 const VkPhysicalDevice phys = m_context.getPhysicalDevice(); in iterate() local
779 BufferWithMemory positionsBuffer (vki, vkd, phys, device, allocator, positionBuffInfo, MemoryRequirement::HostVisible); in iterate()
790 const BufferWithMemory vertexBuffer (vki, vkd, phys, device, allocator, vertBuffInfo, vertMemReqs, producerQueue); in iterate()
827 BufferWithMemory resultBuffer (vki, vkd, phys, devic in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.hpp111 const vk::VkPhysicalDevice phys,
144 const vk::VkPhysicalDevice phys,
H A DvktGlobalPriorityQueueUtils.cpp357 const vk::VkPhysicalDevice phys, in BufferWithMemory()
370 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, phys); in BufferWithMemory()
454 const VkPhysicalDevice phys, in ImageWithMemory()
461 ? (new image::SparseImage(vkd, device, phys, vki, imageCreateInfo, sparseQueue, allocator, mapVkFormat(imageCreateInfo.format))) in ImageWithMemory()
355 BufferWithMemory(const vk::InstanceInterface& vki, const DeviceInterface& vkd, const vk::VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkBufferCreateInfo& bufferCreateInfo, const MemoryRequirement memoryRequirement, const VkQueue sparseQueue) BufferWithMemory() argument
452 ImageWithMemory(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkImageCreateInfo& imageCreateInfo, const VkQueue sparseQueue, const MemoryRequirement memoryRequirement) ImageWithMemory() argument
H A DvktGlobalPriorityQueueTests.cpp247 const VkPhysicalDevice phys = m_context.getPhysicalDevice(); in createImage() local
274 return de::MovePtr<ImageWithMemory>(new ImageWithMemory(vki, vkd, phys, dev, alloc, imageInfo, queue)); in createImage()
727 const VkPhysicalDevice phys = m_context.getPhysicalDevice(); in iterate() local
755 BufferWithMemory vertexBuffer (vki, vkd, phys, device, allocator, vertBuffInfo, memReqs, producerQueue); in iterate()
756 BufferWithMemory indexBuffer (vki, vkd, phys, device, allocator, indexBuffInfo, memReqs, producerQueue); in iterate()
757 BufferWithMemory resultBuffer (vki, vkd, phys, device, allocator, resultBuffInfo, MemoryRequirement::HostVisible); in iterate()
837 const VkPhysicalDevice phys = m_context.getPhysicalDevice(); in iterate() local
859 BufferWithMemory vertexBuffer (vki, vkd, phys, device, allocator, vertBuffInfo, graphBuffsMemReqs, producerQueue); in iterate()
864 BufferWithMemory indexBuffer (vki, vkd, phys, device, allocator, indexBuffInfo, graphBuffsMemReqs, producerQueue); in iterate()
877 BufferWithMemory consumerBuffer (vki, vkd, phys, devic in iterate()
[all...]
/third_party/FreeBSD/stand/usb/
H A Dusb_busdma_loader.c244 bus_addr_t phys = (bus_addr_t)(UINTPTR)dma_handle; in usb_pc_common_mem_cb() local
247 pg->physaddr = phys & ~(USB_PAGE_SIZE - 1); in usb_pc_common_mem_cb()
248 rem = phys & (USB_PAGE_SIZE - 1); in usb_pc_common_mem_cb()
255 pg->physaddr = (phys + off) & ~(USB_PAGE_SIZE - 1); in usb_pc_common_mem_cb()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.cpp604 vkif.getPhysicalDeviceQueueFamilyProperties2(devCtx.phys, &count, nullptr); in getSupportedCodecs()
616 vkif.getPhysicalDeviceQueueFamilyProperties2(devCtx.phys, &count, queues.data()); in getSupportedCodecs()
649 VkResult result = vkif.getPhysicalDeviceVideoFormatPropertiesKHR(devCtx.phys, &videoFormatInfo, &supportedFormatCount, nullptr);
659 result = vkif.getPhysicalDeviceVideoFormatPropertiesKHR(devCtx.phys, &videoFormatInfo, &supportedFormatCount, pSupportedFormats);
772 VkResult result = vkif.getPhysicalDeviceVideoCapabilitiesKHR(devCtx.phys, in getVideoCapabilities()
H A DvktVideoTestUtils.hpp90 VkPhysicalDevice phys{VK_NULL_HANDLE};
H A DvktVideoDecodeTests.cpp729 m_deviceContext.phys = m_context.getPhysicalDevice(); in InterleavingDecodeTestInstance()
750 m_deviceContext.phys = m_context.getPhysicalDevice(); in VideoDecodeTestInstance()
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_drm.h126 uint32_t phys; member
/third_party/libevdev/libevdev/
H A Dlibevdev.c204 free(dev->phys); in libevdev_reset()
408 free(dev->phys); in libevdev_set_fd()
409 dev->phys = NULL; in libevdev_set_fd()
413 /* uinput has no phys */ in libevdev_set_fd()
417 dev->phys = strdup(buf); in libevdev_set_fd()
418 if (!dev->phys) { in libevdev_set_fd()
1240 return dev->phys; in libevdev_get_phys()
1259 STRING_SETTER(phys) in STRING_SETTER()
H A Dlibevdev.h1207 * Virtual devices such as uinput devices have no phys location.
1225 * @param phys The new phys to assign to this device.
1230 void libevdev_set_phys(struct libevdev *dev, const char *phys);
H A Dlibevdev-int.h59 char *phys; member
/third_party/libevdev/export_include/libevdev/
H A Dlibevdev.h1207 * Virtual devices such as uinput devices have no phys location.
1225 * @param phys The new phys to assign to this device.
1230 void libevdev_set_phys(struct libevdev *dev, const char *phys);
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dtusb.c101 char phys[64]; member
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_register_allocate.c855 int phys = PHYS_INDEX + phys_off; in v3d_ra_select_rf() local
857 if (BITSET_TEST(regs, phys)) { in v3d_ra_select_rf()
859 *out = phys; in v3d_ra_select_rf()
1000 * phys regfile. in update_graph_and_reg_classes_for_inst()

Completed in 23 milliseconds