Home
last modified time | relevance | path

Searched defs:device (Results 2101 - 2125 of 5990) sorted by relevance

1...<<81828384858687888990>>...240

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp122 const vk::VkDevice device = ctx.getDevice(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicFenceTests.cpp59 const VkDevice device = getSyncDevice(videoDevice, context); in basicOneFenceCase() local
136 const VkDevice device = getSyncDevice(videoDevice, context); basicSignaledCase() local
175 const VkDevice device = getSyncDevice(videoDevice, context); basicMultiFenceCase() local
249 const VkDevice device = getSyncDevice(videoDevice, context); emptySubmitCase() local
279 const VkDevice device = getSyncDevice(videoDevice, context); basicMultiFenceWaitAllFalseCase() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp62 vk::VkDevice device; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp67 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size) createImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberDepthTests.cpp108 Move<VkDevice> device = createCustomDevice(ctx.getTestContext().getCommandLine().isValidationEnabled(), ctx.getPlatformInterface(), ctx.getInstance(), ctx.getInstanceInterface(), ctx.getPhysicalDevice(), &deviceCreateInfo); in createInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferComputeInstance.cpp45 const VkDevice device = context.getDevice(); in createDataBuffer() local
92 const VkDevice device = context.getDevice(); in createColorDataBuffer() local
136 const VkDevice device = context.getDevice(); createDescriptorSetLayout() local
149 const VkDevice device = context.getDevice(); createDescriptorPool() local
165 const VkDevice device = context.getDevice(); createDescriptorSet() local
202 const VkDevice device = context.getDevice(); createDescriptorSet() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalClearAttachmentTests.cpp91 const vk::VkDevice device = m_context.getDevice(); in iterate() local
H A DvktConditionalRenderingTestUtil.cpp52 const auto device = context.getDevice(); in createConditionalRenderingBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndexedTest.cpp139 const vk::VkDevice device = m_context.getDevice(); in iterate() local
276 const vk::VkDevice device = m_context.getDevice(); in iterate() local
H A DvktDrawSimpleTest.cpp115 const vk::VkDevice device = m_context.getDevice(); in iterate() local
264 const vk::VkDevice device = m_context.getDevice(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateCBTests.cpp63 virtual void initPipeline (const vk::VkDevice device) in initPipeline() argument
121 const vk::VkDevice device = m_context.getDevice(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicClass.cpp74 const VkDevice device = m_context.getDevice(); in iterate() local
191 createPipelineLayout(const DeviceInterface& vk, const VkDevice device) createPipelineLayout() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageExtendedUsageBitTests.cpp141 virtual VkResult getPhysicalDeviceImageFormatProperties(const InstanceInterface &vki, VkPhysicalDevice device, VkFormat viewFormat, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags) in getPhysicalDeviceImageFormatProperties() argument
151 virtual VkResult getPhysicalDeviceImageFormatProperties(const InstanceInterface &vki, VkPhysicalDevice device, VkFormat viewFormat, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags) in getPhysicalDeviceImageFormatProperties() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDevice.cpp74 bool Device::IsValidDevice(const Device *device) in IsValidDevice() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp186 const cl_device_id device = ctx.getDevices()[index]->getImpl<CLDeviceCL>().getNative(); in createInfo() local
31 GetWorkGroupInfo(cl_kernel kernel, cl_device_id device, cl::KernelWorkGroupInfo name, T &value, cl_int &errorCode) GetWorkGroupInfo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DCoreWindowNativeWindow.cpp142 HRESULT CoreWindowNativeWindow::createSwapChain(ID3D11Device *device, in createSwapChain() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/
H A DNativeWindow11Win32.cpp55 HRESULT NativeWindow11Win32::createSwapChain(ID3D11Device *device, in createSwapChain() argument
/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

Completed in 14 milliseconds

1...<<81828384858687888990>>...240