Home
last modified time | relevance | path

Searched defs:device (Results 126 - 150 of 1882) sorted by relevance

12345678910>>...76

/third_party/libinput/udev/
H A Dlibinput-fuzz-to-zero.c36 reset_absfuzz_to_zero(struct udev_device *device) in reset_absfuzz_to_zero() argument
84 struct udev_device *device = NULL; in main() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_dummy.c27 vk_sync_dummy_init(struct vk_device *device, in vk_sync_dummy_init() argument
35 vk_sync_dummy_finish(struct vk_device *device, in vk_sync_dummy_finish() argument
40 vk_sync_dummy_wait_many(struct vk_device *device, in vk_sync_dummy_wait_many() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderObjectUtil.cpp32 inline Move<VkShaderEXT> createShader(const DeviceInterface& vk, VkDevice device, const vk::VkShaderCreateInfoEXT& shaderCreateInfo) in createShader() argument
H A DvkImageWithMemory.hpp38 ImageWithMemory(const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImageCreateInfo& imageCreateInfo, const vk::MemoryRequirement memoryRequirement) ImageWithMemory() argument
H A DvkObjUtil.hpp228 makeBuffer(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize bufferSize, const VkBufferUsageFlags usage) makeBuffer() argument
237 makeBuffer(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkBufferCreateInfo& createInfo) makeBuffer() argument
244 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateInfo& createInfo) makeImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberHelper.cpp31 GetVulkanConfig(void* instance, void* physicalDevice, void* device, const void* features, const void* features2, const std::vector<std::string>& instance_extensions, const std::vector<std::string>& device_extensions, deUint32 queueIdx, void* queue, void* getInstanceProcAddr) GetVulkanConfig() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMakeUtil.cpp38 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
43 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkImage image, const MemoryRequirement requirement) in bindImageDedicated() argument
50 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkBuffer buffer, const MemoryRequirement requirement) in bindBufferDedicated() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberHelper.cpp31 GetVulkanConfig(void* instance, void* physicalDevice, void* device, const void* features, const void* features2, const std::vector<std::string>& instance_extensions, const std::vector<std::string>& device_extensions, deUint32 queueIdx, void* queue, void* getInstanceProcAddr) GetVulkanConfig() argument
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_win.cpp70 GPUDeviceInfo device; in GetDevicesFromDXGI() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTrim11.cpp48 ID3D11Device *device = mRenderer->getDevice(); in trim() local
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Damber_vulkan.h62 VkDevice device; member
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcompute_pipeline.cc23 ComputePipeline( Device* device, uint32_t fence_timeout_ms, const std::vector<VkPipelineShaderStageCreateInfo>& shader_stage_info) ComputePipeline() argument
H A Dpush_constant.cc28 PushConstant::PushConstant(Device* device) in PushConstant() argument
H A Dsampler.cc82 Sampler::Sampler(Device* device) : device_(device) {} in Sampler() argument
H A Dsampler_descriptor.cc23 SamplerDescriptor(amber::Sampler* sampler, DescriptorType type, Device* device, uint32_t desc_set, uint32_t binding) SamplerDescriptor() argument
H A Dtransfer_buffer.cc23 TransferBuffer::TransferBuffer(Device* device, in TransferBuffer() argument
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp20 GrVkInterface(GrVkGetProc getProc, VkInstance instance, VkDevice device, uint32_t instanceVersion, uint32_t physicalDeviceVersion, const GrVkExtensions* extensions) GrVkInterface() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DQuery.cpp65 Device *device = getDevice(); in begin() local
90 Device *device = getDevice(); in end() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DComputeProgram.hpp83 vk::Device *const device; member in sw::ComputeProgram::vk
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSet.cpp23 void DescriptorSet::ParseDescriptors(const Array &descriptorSets, const PipelineLayout *layout, Device *device, NotificationType notificationType) in ParseDescriptors() argument
81 void DescriptorSet::ContentsChanged(const Array &descriptorSets, const PipelineLayout *layout, Device *device) in ContentsChanged() argument
86 void DescriptorSet::PrepareForSampling(const Array &descriptorSets, const PipelineLayout *layout, Device *device) in PrepareForSampling() argument
H A DVkDescriptorUpdateTemplate.cpp38 void DescriptorUpdateTemplate::updateDescriptorSet(Device *device, VkDescriptorSet vkDescriptorSet, const void *pData) in updateDescriptorSet() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DImage.cpp18 Image::Image(vk::Device device, vk::PhysicalDevice physicalDevice, uint32_t width, uint32_t height, vk::Format format, vk::SampleCountFlagBits sampleCount /*= vk::SampleCountFlagBits::e1*/) in Image() argument
[all...]
H A DSwapchain.hpp50 const vk::Device device; member in Swapchain
H A DVulkanTester.hpp47 vk::Device device; // Owning handle member in VulkanTester
/third_party/skia/tests/
H A DDeviceTest.cpp87 auto device = dContext->priv().createDevice(SkBudgeted::kNo, ii, SkBackingFit::kExact, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local

Completed in 18 milliseconds

12345678910>>...76