/third_party/mesa3d/src/intel/vulkan/tests/ |
H A D | state_pool_no_free.c | 59 struct anv_device device = { in run_test() local
|
H A D | block_pool_no_free.c | 116 struct anv_device device = { in run_test() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_gpu_memcpy.c | 55 emit_common_so_memcpy(struct anv_batch *batch, struct anv_device *device, in emit_common_so_memcpy() argument 115 emit_so_memcpy(struct anv_batch *batch, struct anv_device *device, in emit_so_memcpy() argument 238 emit_so_memcpy_init(struct anv_memcpy_state *state, struct anv_device *device, struct anv_batch *batch) emit_so_memcpy_init() argument [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_command_pool.c | 34 vk_command_pool_init(struct vk_command_pool *pool, struct vk_device *device, const VkCommandPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator) vk_command_pool_init() argument 105 vk_common_ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) vk_common_ResetCommandPool() argument 135 vk_common_FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) vk_common_FreeCommandBuffers() argument 151 vk_common_TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vk_common_TrimCommandPool() argument [all...] |
H A D | vk_pipeline_cache.h | 108 struct vk_device *device; member 118 vk_pipeline_cache_object_init(struct vk_device *device, in vk_pipeline_cache_object_init() argument
|
H A D | vk_nir.c | 79 vk_spirv_to_nir(struct vk_device *device, in vk_spirv_to_nir() argument
|
H A D | vk_pipeline.c | 60 vk_pipeline_shader_stage_to_nir(struct vk_device *device, in vk_pipeline_shader_stage_to_nir() argument
|
H A D | vk_shader_module.c | 118 vk_shader_module_to_nir(struct vk_device *device, in vk_shader_module_to_nir() argument
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_command_buffer.h | 51 struct vn_device *device; member
|
H A D | vn_queue.h | 21 struct vn_device *device; member
|
/third_party/mesa3d/include/android_stub/hardware/ |
H A D | fb.h | 166 static inline int framebuffer_close(struct framebuffer_device_t* device) { in framebuffer_close() argument 160 framebuffer_open(const struct hw_module_t* module, struct framebuffer_device_t** device) framebuffer_open() argument
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount06.c | 54 static const char *device; variable
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename11.c | 56 static const char *device; variable [all...] |
/third_party/ltp/testcases/kernel/syscalls/umount2/ |
H A D | umount2_03.c | 43 static const char *device; variable
|
/third_party/libdrm/tests/nouveau/ |
H A D | threaded.c | 77 const char *device = NULL; in main() local
|
/third_party/libdrm/tests/tegra/ |
H A D | vic-flip.c | 247 const char *device = "/dev/dri/renderD128"; in main() local
|
H A D | vic-blit.c | 247 const char *device = "/dev/dri/renderD128"; in main() local
|
/third_party/libdrm/tests/vbltest/ |
H A D | vbltest.c | 98 const char *device = NULL, *module = NULL; in main() local
|
/third_party/libinput/test/ |
H A D | test-touchpad-buttons.c | 61 struct libinput_device *device = dev->libinput_device; in START_TEST() local 88 struct libinput_device *device = dev->libinput_device; in START_TEST() local 115 struct libinput_device *device = dev->libinput_device; START_TEST() local 846 struct libinput_device *device = dev->libinput_device; START_TEST() local 1859 struct libinput_device *device = dev->libinput_device; START_TEST() local 2085 struct libinput_device *device; START_TEST() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | pixelshader9.c | 38 struct NineDevice9 *device; in NinePixelShader9_ctor() local 190 struct NineDevice9 *device = This->base.device; NinePixelShader9_GetVariant() local [all...] |
H A D | basetexture9.h | 138 NineBindTextureToDevice( struct NineDevice9 *device, in NineBindTextureToDevice() argument
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_device.cc | 76 drmDevicePtr device = devices[gpu_num]; in create_all() local 103 drmDevicePtr device = devices[gpu_num]; in create() local
|
/third_party/pulseaudio/src/modules/ |
H A D | reserve-wrap.c | 48 struct rd_device *device; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawBufferObjectUtil.cpp | 34 Buffer::Buffer (const vk::DeviceInterface& vk, vk::VkDevice device, vk::Move<vk::VkBuffer> object_) in Buffer() argument 53 createAndAlloc(const vk::DeviceInterface& vk, vk::VkDevice device, const vk::VkBufferCreateInfo &createInfo, vk::Allocator &allocator, vk::MemoryRequirement memoryRequirement, vk::VkDeviceSize allocationOffset) createAndAlloc() argument 72 create(const vk::DeviceInterface& vk, vk::VkDevice device, const vk::VkBufferCreateInfo& createInfo) create() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemImageValidator.cpp | 137 const vk::VkDevice device = ctx.getDevice(); in validateImage() local [all...] |