Home
last modified time | relevance | path

Searched defs:device (Results 226 - 250 of 2585) sorted by relevance

12345678910>>...104

/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/vulkancts/framework/vulkan/
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/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
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroup.h68 BindGroupBase(Derived* derived, DeviceBase* device, const BindGroupDescriptor* descriptor) in BindGroupBase() argument
H A DComputePipeline.cpp23 MaybeError ValidateComputePipelineDescriptor(DeviceBase* device, in ValidateComputePipelineDescriptor() argument
41 ComputePipelineBase::ComputePipelineBase(DeviceBase* device, in ComputePipelineBase() argument
53 ComputePipelineBase::ComputePipelineBase(DeviceBase* device) : PipelineBase(device) { in ComputePipelineBase() argument
57 ComputePipelineBase::ComputePipelineBase(DeviceBase* device, ObjectBase::ErrorTag tag) in ComputePipelineBase() argument
71 ComputePipelineBase* ComputePipelineBase::MakeError(DeviceBase* device) { in MakeError() argument
74 ErrorComputePipeline(DeviceBase* device) MakeError() argument
[all...]
H A DSampler.cpp72 SamplerBase::SamplerBase(DeviceBase* device, in SamplerBase() argument
88 SamplerBase::SamplerBase(DeviceBase* device, const SamplerDescriptor* descriptor) in SamplerBase() argument
93 SamplerBase::SamplerBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in SamplerBase() argument
97 SamplerBase::SamplerBase(DeviceBase* device, ObjectBase::ErrorTag tag) in SamplerBase() argument
111 SamplerBase* SamplerBase::MakeError(DeviceBase* device) { in MakeError() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DQuerySetD3D12.cpp37 ResultOrError<Ref<QuerySet>> QuerySet::Create(Device* device, in Create() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSwapChainGL.cpp25 SwapChain::SwapChain(Device* device, const SwapChainDescriptor* descriptor) in SwapChain() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DPipelineLayoutVk.cpp55 Device* device = ToBackend(GetDevice()); in Initialize() local
27 Create( Device* device, const PipelineLayoutDescriptor* descriptor) Create() argument

Completed in 7 milliseconds

12345678910>>...104