Home
last modified time | relevance | path

Searched defs:device (Results 751 - 775 of 2585) sorted by relevance

1...<<31323334353637383940>>...104

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp47 applyDeclaration( const gl::Context *context, IDirect3DDevice9 *device, const std::vector<TranslatedAttribute> &attributes, gl::Program *program, GLint start, GLsizei instances, GLsizei *repeatDraw) applyDeclaration() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkComputePipelineConstructionUtil.cpp48 VkDevice device; member
180 const auto& device = m_internalData->device; in buildPipeline() local
60 ComputePipelineWrapper(const DeviceInterface& vk, VkDevice device, const ComputePipelineConstructionType pipelineConstructionType) ComputePipelineWrapper() argument
73 ComputePipelineWrapper(const DeviceInterface& vk, VkDevice device, const ComputePipelineConstructionType pipelineConstructionType, const ProgramBinary& programBinary) ComputePipelineWrapper() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dframe_buffer.cc29 FrameBuffer( Device* device, const std::vector<const amber::Pipeline::BufferInfo*>& color_attachments, amber::Pipeline::BufferInfo depth_stencil_attachment, const std::vector<const amber::Pipeline::BufferInfo*>& resolve_targets, uint32_t width, uint32_t height) FrameBuffer() argument
H A Dtransfer_image.cc69 TransferImage::TransferImage(Device* device, in TransferImage() argument
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
H A Dgralloc1.h74 static inline int gralloc1_open(const hw_module_t* module, gralloc1_device_t** device) { in gralloc1_open() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3D11FormatTablesTest.cpp48 ID3D11Device *device = renderer->getDevice(); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DOverlayVk.cpp80 VkDevice device = renderer->getDevice(); in onDestroy() local
/third_party/skia/src/core/
H A DSkDeferredDisplayListRecorder.cpp161 auto device = fContext->priv().createDevice(grColorType, in init() local
H A DSkCoreBlitters.h20 SkRasterBlitter(const SkPixmap& device) : fDevice(device) {} in SkRasterBlitter() argument
98 SkARGB32_Opaque_Blitter(const SkPixmap& device, const SkPaint& paint) in SkARGB32_Opaque_Blitter() argument
110 SkARGB32_Black_Blitter(const SkPixmap& device, const SkPaint& paint) in SkARGB32_Black_Blitter() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h42 ID3D12Device* device() const { return fDevice.get(); } in device() function in GrD3DGpu
/third_party/skia/src/opts/
H A DSkBlitMask_opts.h49 SkPMColor* SK_RESTRICT device = (SkPMColor*)dst; in D32_A8_Opaque_Color_neon() local
125 SkPMColor* SK_RESTRICT device = (SkPMColor*)dst; blit_mask_d32_a8_black() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp195 Device *const device; member in vk::CommandBuffer
H A DVkDeviceMemory.cpp85 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, Device *device) in Allocate() argument
106 Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, Device *device) Allocate() argument
[all...]
H A DVkDeviceMemory.hpp123 Device *const device; member in vk::DeviceMemory
H A DVkPipeline.hpp72 Device *const device; member in vk::Pipeline
H A DVkQueue.cpp167 Queue::Queue(Device *device, marl::Scheduler *scheduler) in Queue() argument
H A DVkQueue.hpp98 Device *device; member in vk::Queue
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSurfaceKHR.cpp42 VkResult PresentImage::createImage(VkDevice device, const VkImageCreateInfo &createInfo) in createImage() argument
56 VkResult PresentImage::allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo) in allocateAndBindImageMemory() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp40 vk::CommandBuffer beginSingleTimeCommands(vk::Device device, vk::CommandPool commandPool) in beginSingleTimeCommands() argument
57 void endSingleTimeCommands(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::CommandBuffer commandBuffer) in endSingleTimeCommands() argument
72 void transitionImageLayout(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Image image, vk::Format format, vk::ImageLayout oldLayout, vk::ImageLayout newLayout) in transitionImageLayout() argument
117 void copyBufferToImage(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Buffer buffer, vk::Image image, uint32_t width, uint32_t height) in copyBufferToImage() argument
[all...]
/third_party/skia/tests/
H A DVkPriorityExtensionTest.cpp91 VkDevice device; DEF_GPUTEST() local
[all...]
/third_party/skia/src/shaders/
H A DSkLocalMatrixShader.cpp80 onProgram(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
H A DSkComposeShader.cpp142 onProgram(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& mats, const SkMatrix* localM, const SkColorInfo& cinfo, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBindGroupD3D12.cpp29 ResultOrError<Ref<BindGroup>> BindGroup::Create(Device* device, in Create() argument
34 BindGroup::BindGroup(Device* device, in BindGroup() argument
240 Device* device = ToBackend(GetDevice()); in PopulateViews() local
268 bool BindGroup::PopulateSamplers(Device* device, in PopulateSamplers() argument
[all...]
H A DPipelineLayoutD3D12.cpp80 Device* device = ToBackend(GetDevice()); in Initialize() local
71 Create( Device* device, const PipelineLayoutDescriptor* descriptor) Create() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DNativeSwapChainImplVk.cpp67 NativeSwapChainImpl::NativeSwapChainImpl(Device* device, VkSurfaceKHR surface) in NativeSwapChainImpl() argument

Completed in 14 milliseconds

1...<<31323334353637383940>>...104