/third_party/libinput/udev/ |
H A D | libinput-fuzz-to-zero.c | 36 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 D | vk_sync_dummy.c | 27 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 D | vkShaderObjectUtil.cpp | 32 inline Move<VkShaderEXT> createShader(const DeviceInterface& vk, VkDevice device, const vk::VkShaderCreateInfoEXT& shaderCreateInfo) in createShader() argument
|
H A D | vkImageWithMemory.hpp | 38 ImageWithMemory(const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImageCreateInfo& imageCreateInfo, const vk::MemoryRequirement memoryRequirement) ImageWithMemory() argument
|
H A D | vkObjUtil.hpp | 228 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 D | vktAmberHelper.cpp | 31 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 D | vktPipelineMakeUtil.cpp | 38 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 D | vktAmberHelper.cpp | 31 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 D | SystemInfo_win.cpp | 70 GPUDeviceInfo device; in GetDevicesFromDXGI() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Trim11.cpp | 48 ID3D11Device *device = mRenderer->getDevice(); in trim() local
|
/third_party/vk-gl-cts/external/amber/src/include/amber/ |
H A D | amber_vulkan.h | 62 VkDevice device; member
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | compute_pipeline.cc | 23 ComputePipeline( Device* device, uint32_t fence_timeout_ms, const std::vector<VkPipelineShaderStageCreateInfo>& shader_stage_info) ComputePipeline() argument
|
H A D | push_constant.cc | 28 PushConstant::PushConstant(Device* device) in PushConstant() argument
|
H A D | sampler.cc | 82 Sampler::Sampler(Device* device) : device_(device) {} in Sampler() argument
|
H A D | sampler_descriptor.cc | 23 SamplerDescriptor(amber::Sampler* sampler, DescriptorType type, Device* device, uint32_t desc_set, uint32_t binding) SamplerDescriptor() argument
|
H A D | transfer_buffer.cc | 23 TransferBuffer::TransferBuffer(Device* device, in TransferBuffer() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.cpp | 20 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 D | Query.cpp | 65 Device *device = getDevice(); in begin() local 90 Device *device = getDevice(); in end() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ComputeProgram.hpp | 83 vk::Device *const device; member in sw::ComputeProgram::vk
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSet.cpp | 23 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 D | VkDescriptorUpdateTemplate.cpp | 38 void DescriptorUpdateTemplate::updateDescriptorSet(Device *device, VkDescriptorSet vkDescriptorSet, const void *pData) in updateDescriptorSet() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Image.cpp | 18 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 D | Swapchain.hpp | 50 const vk::Device device; member in Swapchain
|
H A D | VulkanTester.hpp | 47 vk::Device device; // Owning handle member in VulkanTester
|
/third_party/skia/tests/ |
H A D | DeviceTest.cpp | 87 auto device = dContext->priv().createDevice(SkBudgeted::kNo, ii, SkBackingFit::kExact, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|