Home
last modified time | relevance | path

Searched defs:device (Results 1476 - 1500 of 5808) sorted by relevance

1...<<51525354555657585960>>...233

/third_party/libdrm/tests/tegra/
H A Dvic-flip.c247 const char *device = "/dev/dri/renderD128"; in main() local
H A Dvic-blit.c247 const char *device = "/dev/dri/renderD128"; in main() local
/third_party/libdrm/tests/vbltest/
H A Dvbltest.c98 const char *device = NULL, *module = NULL; in main() local
/third_party/libinput/test/
H A Dtest-touchpad-buttons.c61 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 Dpixelshader9.c38 struct NineDevice9 *device; in NinePixelShader9_ctor() local
190 struct NineDevice9 *device = This->base.device; NinePixelShader9_GetVariant() local
[all...]
H A Dbasetexture9.h138 NineBindTextureToDevice( struct NineDevice9 *device, in NineBindTextureToDevice() argument
/third_party/mesa3d/src/tool/pps/
H A Dpps_device.cc76 drmDevicePtr device = devices[gpu_num]; in create_all() local
103 drmDevicePtr device = devices[gpu_num]; in create() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_nir.c79 vk_spirv_to_nir(struct vk_device *device, in vk_spirv_to_nir() argument
H A Dvk_pipeline.c60 vk_pipeline_shader_stage_to_nir(struct vk_device *device, in vk_pipeline_shader_stage_to_nir() argument
H A Dvk_shader_module.c118 vk_shader_module_to_nir(struct vk_device *device, in vk_shader_module_to_nir() argument
/third_party/pulseaudio/src/modules/
H A Dreserve-wrap.c48 struct rd_device *device; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp34 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 DvktProtectedMemImageValidator.cpp137 const vk::VkDevice device = ctx.getDevice(); in validateImage() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp34 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/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStreamProducerD3DTexture.cpp122 angle::ComPtr<ID3D11Device> device; in validateD3DTexture() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLKernel.cpp83 cl_int Kernel::getWorkGroupInfo(cl_device_id device, in getWorkGroupInfo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DNativeWindow11WinRT.cpp86 HRESULT NativeWindow11WinRT::createSwapChain(ID3D11Device *device, in createSwapChain() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLDeviceCL.cpp25 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, std::vector<T> &vector) in GetDeviceInfo() argument
45 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, T &value) in GetDeviceInfo() argument
239 CLDeviceCL(const cl::Device &device, cl_device_id native) CLDeviceCL() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DShaderCache.h37 void initialize(IDirect3DDevice9 *device) { mDevice = device; } in initialize() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dimage_descriptor.cc27 ImageDescriptor(Buffer* buffer, DescriptorType type, Device* device, uint32_t base_mip_level, uint32_t desc_set, uint32_t binding, Pipeline* pipeline) ImageDescriptor() argument
H A Dresource.cc50 Resource::Resource(Device* device, uint32_t size_in_bytes) in Resource() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanImageTest.cpp36 EGLDeviceEXT device = reinterpret_cast<EGLDeviceEXT>(result); in TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.cpp59 VkDevice device = context->getDevice(); in initialize() local
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h48 id<MTLDevice> device() const { return fDevice; } in device() function in GrMtlGpu
/third_party/skia/src/gpu/vk/
H A DGrVkSecondaryCBDrawContext.cpp45 auto device = rContext->priv().createDevice(SkColorTypeToGrColorType(imageInfo.colorType()), in Make() local
59 GrVkSecondaryCBDrawContext::GrVkSecondaryCBDrawContext(sk_sp<skgpu::BaseDevice> device, in GrVkSecondaryCBDrawContext() argument

Completed in 12 milliseconds

1...<<51525354555657585960>>...233