HomeSort by relevance Sort by last modified time
    Searched refs:pDevice (Results 101 - 125 of 126) sorted by null

1 2 3 45 6

  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 640 RetainPtr<CFX_DIBitmap> pDevice = m_pDeviceBitmap;
645 if (pDevice->HasAlpha())
655 int Bpp = pDevice->GetBPP() / 8;
659 (uint8_t*)pDevice->GetScanline(row + startY) + startX * Bpp;
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 726 CFX_RenderDevice* pDevice;
779 pDevice->DrawPath(
850 patch.pDevice = &device;
1012 CFX_RenderDevice* pDevice
    [all...]
  /external/mesa3d/prebuilt-intermediates/vulkan/
anv_entrypoints.h 312 VkResult anv_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
313 VkResult gen7_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
314 VkResult gen75_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
315 VkResult gen8_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
316 VkResult gen9_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
317 VkResult gen10_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
    [all...]
anv_entrypoints.c 442 VkResult anv_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) __attribute__ ((weak));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp 605 ID3D11Device* pDevice,
611 , m_pDevice (pDevice)
    [all...]
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp     [all...]
  /device/generic/goldfish-opengl/system/vulkan_enc/
ResourceTracker.cpp 1030 VkDevice* pDevice) {
    [all...]
VkEncoder.h 89 VkDevice* pDevice);
    [all...]
VkEncoder.cpp     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 696 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
719 .textureCompressionETC2 = pdevice->info.gen >= 8 ||
720 pdevice->info.is_baytrail,
721 .textureCompressionASTC_LDR = pdevice->info.gen >= 9, /* FINISHME CHV */
738 .shaderFloat64 = pdevice->info.gen >= 8,
739 .shaderInt64 = pdevice->info.gen >= 8,
748 pdevice->compiler->scalar_stage[MESA_SHADER_VERTEX] &&
749 pdevice->compiler->scalar_stage[MESA_SHADER_GEOMETRY];
805 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
806 const struct gen_device_info *devinfo = &pdevice->info
1732 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local
1914 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local
2089 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local
2148 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local
2180 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.h     [all...]
parameter_validation_utils.cpp 118 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice, VkResult result) {
119 auto device_data = GetLayerDataPtr(get_dispatch_key(*pDevice), layer_data_map);
168 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) {
    [all...]
core_validation.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriverImpl.inl 10 VKAPI_ATTR VkResult VKAPI_CALL createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice)
13 VK_NULL_RETURN((*pDevice = allocateHandle<Device, VkDevice>(physicalDevice, pCreateInfo, pAllocator)));
    [all...]
vkFunctionPointerTypes.inl 15 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateDeviceFunc) (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
    [all...]
vkVulkan_c.inl     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c 632 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice);
745 .timestampPeriod = 1000000.0 / pdevice->rad_info.clock_crystal_freq,
762 .apiVersion = radv_physical_device_api_version(pdevice),
765 .deviceID = pdevice->rad_info.pci_id,
766 .deviceType = pdevice->rad_info.has_dedicated_vram ? VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU : VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU,
771 strcpy(pProperties->deviceName, pdevice->name);
772 memcpy(pProperties->pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);
779 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice);
792 memcpy(properties->driverUUID, pdevice->driver_uuid, VK_UUID_SIZE);
793 memcpy(properties->deviceUUID, pdevice->device_uuid, VK_UUID_SIZE)
    [all...]
  /device/generic/goldfish-opengl/system/vulkan/
func_table.cpp 156 VkDevice* pDevice)
161 vkCreateDevice_VkResult_return = vkEnc->vkCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/skqp/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/swiftshader/include/vulkan/
vulkan_core.h     [all...]
vulkan.hpp     [all...]
  /external/vulkan-headers/include/vulkan/
vulkan_core.h     [all...]
vulkan.hpp     [all...]

Completed in 2807 milliseconds

1 2 3 45 6