Home
last modified time | relevance | path

Searched +defs:device +defs:create +defs:buffer (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.cpp34 Buffer::Buffer (const vk::DeviceInterface& vk, vk::VkDevice device, vk::Move<vk::VkBuffer> object_) in Buffer() argument
54 vk::VkDevice device, in createAndAlloc()
72 de::SharedPtr<Buffer> Buffer::create (const vk::DeviceInterface& vk, in create() function in vkt::Draw::Buffer
73 vk::VkDevice device, in create()
88 vk::VkBuffer buffer, in bufferBarrier()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawBufferObjectUtil.cpp34 Buffer::Buffer (const vk::DeviceInterface& vk, vk::VkDevice device, vk::Move<vk::VkBuffer> object_) in Buffer() argument
54 vk::VkDevice device, in createAndAlloc()
72 de::SharedPtr<Buffer> Buffer::create (const vk::DeviceInterface& vk, in create() function in vkt::Draw::Buffer
73 vk::VkDevice device, in create()
88 vk::VkBuffer buffer, in bufferBarrier()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp123 VkDevice device; member
230 static Move<VkDevice> create (const Environment& env, const Resources&, const Parameters&) in create() function
258 …static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& pa… in create() function
282 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkBuffer buffer) in getDeviceMemoryParameters()
308 static Move<VkBuffer> create (const Environment& env, const Resources&, const Parameters& params) in create() function
332 Buffer::Parameters buffer; member
350 Dependency<Buffer> buffer; member
361 …static Move<VkBufferView> create (const Environment& env, const Resources& res, const Parameters& … in create() function
423 static Move<VkImage> create (const Environment& env, const Resources&, const Parameters& params) in create() function
486 …static Move<VkImageView> create (const Environment& env, const Resources& res, const Parameters& p… in create() function
[all …]
DvktMemoryAddressBindingTests.cpp118 VkDevice device; member
219 static Move<VkDevice> create (const Environment& env, const Resources&, const Parameters&) in create() function
247 …static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& pa… in create() function
271 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkBuffer buffer) in getDeviceMemoryParameters()
297 static Move<VkBuffer> create (const Environment& env, const Resources&, const Parameters& params) in create() function
321 Buffer::Parameters buffer; member
339 Dependency<Buffer> buffer; member
350 …static Move<VkBufferView> create (const Environment& env, const Resources& res, const Parameters& … in create() function
412 static Move<VkImage> create (const Environment& env, const Resources&, const Parameters& params) in create() function
475 …static Move<VkImageView> create (const Environment& env, const Resources& res, const Parameters& p… in create() function
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp123 VkDevice device; member
236 static Move<VkDevice> create (const Environment& env, const Resources&, const Parameters&) in create() function
264 …static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& pa… in create() function
288 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkBuffer buffer) in getDeviceMemoryParameters()
314 static Move<VkBuffer> create (const Environment& env, const Resources&, const Parameters& params) in create() function
338 Buffer::Parameters buffer; member
356 Dependency<Buffer> buffer; member
367 …static Move<VkBufferView> create (const Environment& env, const Resources& res, const Parameters& … in create() function
429 static Move<VkImage> create (const Environment& env, const Resources&, const Parameters& params) in create() function
492 …static Move<VkImageView> create (const Environment& env, const Resources& res, const Parameters& p… in create() function
[all …]
DvktMemoryAddressBindingTests.cpp150 VkDevice device; member
258 static Move<VkDevice> create (const Environment& env, const Resources&, const Parameters&) in create() function
286 …static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& pa… in create() function
310 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkBuffer buffer) in getDeviceMemoryParameters()
336 static Move<VkBuffer> create (const Environment& env, const Resources&, const Parameters& params) in create() function
360 Buffer::Parameters buffer; member
378 Dependency<Buffer> buffer; member
389 …static Move<VkBufferView> create (const Environment& env, const Resources& res, const Parameters& … in create() function
451 static Move<VkImage> create (const Environment& env, const Resources&, const Parameters& params) in create() function
514 …static Move<VkImageView> create (const Environment& env, const Resources& res, const Parameters& p… in create() function
[all …]
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c63 _panvk_device_set_lost(struct panvk_device *device, in _panvk_device_set_lost()
153 panvk_get_device_extensions(const struct panvk_physical_device *device, in panvk_get_device_extensions()
219 panvk_physical_device_finish(struct panvk_physical_device *device) in panvk_physical_device_finish()
249 panvk_physical_device_init(struct panvk_physical_device *device, in panvk_physical_device_init()
897 panvk_queue_init(struct panvk_device *device, in panvk_queue_init()
909 struct drm_syncobj_create create = { in panvk_queue_init() local
943 struct panvk_device *device; in panvk_CreateDevice() local
1275 panvk_GetBufferMemoryRequirements2(VkDevice device, in panvk_GetBufferMemoryRequirements2()
1290 panvk_GetImageMemoryRequirements2(VkDevice device, in panvk_GetImageMemoryRequirements2()
1305 panvk_GetImageSparseMemoryRequirements2(VkDevice device, in panvk_GetImageSparseMemoryRequirements2()
[all …]
/third_party/ffmpeg/libavcodec/
Dvdpau.c149 VdpDecoderCreate *create; in ff_vdpau_common_init() local
332 av_unused const uint8_t *buffer, in ff_vdpau_common_start_frame()
410 int av_vdpau_bind_context(AVCodecContext *avctx, VdpDevice device, in av_vdpau_bind_context()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h41 VkImageCreateInfo create; member
82 VkBuffer buffer; member
85 } buffer; member
105 VkDevice device; member
/third_party/mesa3d/src/virtio/vulkan/
Dvn_android.c364 VkDevice device, in vn_GetSwapchainGrallocUsage2ANDROID()
458 VkImageCreateInfo create; member
575 VkDevice device = vn_device_to_handle(dev); in vn_android_image_from_anb() local
710 vn_AcquireImageANDROID(VkDevice device, in vn_AcquireImageANDROID()
810 VkDevice device = vn_device_to_handle(dev); in vn_QueueSignalReleaseImageANDROID() local
993 VkDevice device, in vn_GetAndroidHardwareBufferPropertiesANDROID()
994 const struct AHardwareBuffer *buffer, in vn_GetAndroidHardwareBufferPropertiesANDROID()
1328 VkDevice device, in vn_GetMemoryAndroidHardwareBufferANDROID()
1341 VkBufferCreateInfo create; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiExternalMemoryTests.cpp92 vk::VkDevice device, in getMemoryDedicatedRequirements()
93 vk::VkBuffer buffer) in getMemoryDedicatedRequirements()
121 vk::VkDevice device, in getMemoryDedicatedRequirements()
150 vk::VkDevice device, in writeHostMemory()
165 vk::VkDevice device, in checkHostMemory()
194 vk::VkPhysicalDevice device, in chooseQueueFamilyIndex()
419 vk::VkDevice device, in getQueue()
439 vk::VkPhysicalDevice device, in checkSemaphoreSupport()
467 vk::VkPhysicalDevice device, in checkFenceSupport()
495 vk::VkPhysicalDevice device, in checkBufferSupport()
[all …]
DvktApiObjectManagementTests.cpp253 VkDevice device; member
518 static Move<VkInstance> create (const Environment& env, const Resources&, const Parameters& params) in create() function
629 static Move<VkDevice> create (const Environment& env, const Resources& res, const Parameters&) in create() function
782 …static Move<VkDevice> create (const Environment& env, const Resources& res, const Parameters& para… in create() function
897 …static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& pa… in create() function
951 const Unique<VkBuffer> buffer (create(env, res, params)); in getMaxConcurrent() local
960 static Move<VkBuffer> create (const Environment& env, const Resources&, const Parameters& params) in create() function
984 Buffer::Parameters buffer; member
1002 Dependency<Buffer> buffer; member
1018 …static Move<VkBufferView> create (const Environment& env, const Resources& res, const Parameters& … in create() function
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp92 vk::VkDevice device, in getMemoryDedicatedRequirements()
93 vk::VkBuffer buffer) in getMemoryDedicatedRequirements()
121 vk::VkDevice device, in getMemoryDedicatedRequirements()
150 vk::VkDevice device, in writeHostMemory()
165 vk::VkDevice device, in checkHostMemory()
194 vk::VkPhysicalDevice device, in chooseQueueFamilyIndex()
419 vk::VkDevice device, in getQueue()
439 vk::VkPhysicalDevice device, in checkSemaphoreSupport()
467 vk::VkPhysicalDevice device, in checkFenceSupport()
495 vk::VkPhysicalDevice device, in checkBufferSupport()
[all …]
DvktApiObjectManagementTests.cpp253 VkDevice device; member
518 static Move<VkInstance> create (const Environment& env, const Resources&, const Parameters& params) in create() function
629 static Move<VkDevice> create (const Environment& env, const Resources& res, const Parameters&) in create() function
782 …static Move<VkDevice> create (const Environment& env, const Resources& res, const Parameters& para… in create() function
897 …static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& pa… in create() function
951 const Unique<VkBuffer> buffer (create(env, res, params)); in getMaxConcurrent() local
960 static Move<VkBuffer> create (const Environment& env, const Resources&, const Parameters& params) in create() function
984 Buffer::Parameters buffer; member
1002 Dependency<Buffer> buffer; member
1018 …static Move<VkBufferView> create (const Environment& env, const Resources& res, const Parameters& … in create() function
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp52 VkDevice device; member
293 const VkDevice device, in getBufferDeviceAddress()
294 const VkBuffer buffer, in getBufferDeviceAddress()
312 const VkDevice device, in makeQueryPool()
377 const VkDevice device, in getRayTracingShaderGroupHandlesKHR()
388 const VkDevice device, in getRayTracingShaderGroupHandles()
399 const VkDevice device, in getRayTracingCaptureReplayShaderGroupHandles()
410 VkDevice device, in finishDeferredOperation()
461 VkDevice device, in finishDeferredOperation()
521 const VkDevice device, in SerialStorage()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp220 const VkDevice device, in makeRenderPass()
229 const VkDevice device, in makeRenderPassWithSelfDependency()
293 const VkDevice device, in makeGraphicsPipeline()
361 …const DeviceInterface& vk, VkCommandBuffer cmdBuffer, VkImage image, VkBuffer buffer, const ImageP… in copyLayeredImageToBuffer()
419 …static LayeredImageAccess create (const VkImageType type, const VkFormat format, const VkExtent3D … in create() function in vkt::geometry::__anon2ab0c9d10111::LayeredImageAccess
1224 const VkDevice device = context.getDevice(); in test() local
1289 const VkDevice device = context.getDevice(); in testLayeredReadBack() local
1572 const VkDevice device = context.getDevice(); in testSecondaryCmdBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp220 const VkDevice device, in makeRenderPass()
229 const VkDevice device, in makeRenderPassWithSelfDependency()
293 const VkDevice device, in makeGraphicsPipeline()
361 …const DeviceInterface& vk, VkCommandBuffer cmdBuffer, VkImage image, VkBuffer buffer, const ImageP… in copyLayeredImageToBuffer()
419 …static LayeredImageAccess create (const VkImageType type, const VkFormat format, const VkExtent3D … in create() function in vkt::geometry::__anonedbe0db10111::LayeredImageAccess
1224 const VkDevice device = context.getDevice(); in test() local
1289 const VkDevice device = context.getDevice(); in testLayeredReadBack() local
1572 const VkDevice device = context.getDevice(); in testSecondaryCmdBuffer() local
/third_party/python/Modules/
Dposixmodule.c3099 char *buffer = (char *)PyMem_RawMalloc(size); in os_ttyname_impl() local
3127 char buffer[L_ctermid]; in os_ctermid_impl() local
4496 wchar_t *buffer; in os__path_splitroot_impl() local
4551 wchar_t *buffer = PyUnicode_AsWideCharString(path, &len); in os__path_normpath_impl() local
8672 char buffer[MAXPATHLEN+1]; in os_readlink_impl() local
9071 FILETIME create, exit, kernel, user; in os_times_impl() local
9575 PyObject *buffer; in os_read_impl() local
9738 PyObject *buffer; in os_pread_impl() local
10386 os_pwrite_impl(PyObject *module, int fd, Py_buffer *buffer, Py_off_t offset) in os_pwrite_impl()
10734 os_mknod_impl(PyObject *module, path_t *path, int mode, dev_t device, in os_mknod_impl()
[all …]