/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawExplicitVertexParameterTests.cpp | 345 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
H A D | vktDrawImageObjectUtil.cpp | 147 Image(const vk::DeviceInterface& vk, vk::VkDevice device, deUint32 queueFamilyIndex, vk::VkFormat format, const vk::VkExtent3D& extend, deUint32 levelCount, deUint32 layerCount, vk::Move<vk::VkImage> object_) Image() argument 814 createAndAlloc(const vk::DeviceInterface& vk, vk::VkDevice device, const vk::VkImageCreateInfo& createInfo, vk::Allocator& allocator, deUint32 queueFamilyIndex, vk::MemoryRequirement memoryRequirement) createAndAlloc() argument 828 create(const vk::DeviceInterface& vk, vk::VkDevice device, const vk::VkImageCreateInfo &createInfo, deUint32 queueFamilyIndex) create() argument
|
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 71 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 124 const vk::VkDevice device = m_context.getDevice(); in DiscardTestInstance() local 154 void DiscardTestInstance::initRenderPass (const vk::VkDevice device) in initRenderPass() argument 59 pickSupportedStencilFormat(const InstanceInterface& instanceInterface, const VkPhysicalDevice device) pickSupportedStencilFormat() argument 203 initFramebuffer(const vk::VkDevice device) initFramebuffer() argument 214 initPipeline(const vk::VkDevice device) initPipeline() argument 314 const vk::VkDevice device = m_context.getDevice(); iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 190 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDevice device, const VkFormat format) in isSupportedDepthStencilFormat() argument 367 const VkDevice device in iterate() local 86 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const bool useDepthStencilAttachment, const VkFormat depthStencilFormat) makeRenderPass() argument 95 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const tcu::IVec2& renderSize, const bool enableDepthTest, const bool enableStencilTest, const VkStencilOp stencilFailOp = VK_STENCIL_OP_KEEP, const VkStencilOp stencilPassOp = VK_STENCIL_OP_KEEP) makeGraphicsPipeline() argument 197 pickSupportedDepthStencilFormat(const InstanceInterface& instanceInterface, const VkPhysicalDevice device, const deUint32 numFormats, const VkFormat* pFormats) pickSupportedDepthStencilFormat() argument 666 const VkDevice device = m_context.getDevice(); iterate() local [all...] |
H A D | vktFragmentOperationsScissorTests.cpp | 353 const VkDevice device = context.getDevice(); in ScissorRenderer() local 114 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const IVec2 renderSize, const IVec4 scissorArea, const VkPrimitiveTopology topology) makeGraphicsPipeline() argument 383 const VkDevice device = context.getDevice(); draw() local 441 const VkDevice device = context.getDevice(); test() local [all...] |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 186 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, const VkDevice device, const std::vector<VkAttachmentDescription> attachmentDescriptions, const bool hasInputAttachment) in makeRenderPass() argument 378 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/ |
H A D | vktFragmentShaderInterlockBasic.cpp | 329 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryBasicGeometryShaderTests.cpp | 98 const VkDevice device = context.getDevice(); in uploadImage() local 252 Move<VkPipelineLayout> VaryingOutputCountTestInstance::createPipelineLayout (const DeviceInterface& vk, const VkDevice device) in createPipelineLayout() argument 331 bindDescriptorSets(const DeviceInterface& vk, const VkDevice device, Allocator& memAlloc, const VkCommandBuffer& cmdBuffer, const VkPipelineLayout& pipelineLayout) bindDescriptorSets() argument 522 const VkDevice device = m_context.getDevice(); createIndicesBuffer() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMisalignedCubeTests.cpp | 84 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument 155 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 99 Move<VkBuffer> makeVertexBuffer (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) in makeVertexBuffer() argument 143 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice& device) in makeSampler() argument 245 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
H A D | vktImageSizeTests.cpp | 328 const VkDevice device = m_context.getDevice(); in SizeTestInstance() local 342 const VkDevice device = m_context.getDevice(); in iterate() local 417 const VkDevice device = m_context.getDevice(); ImageSizeTestInstance() local 434 const VkDevice device = m_context.getDevice(); prepareDescriptors() local 496 const VkDevice device = m_context.getDevice(); BufferSizeTestInstance() local 511 const VkDevice device = m_context.getDevice(); prepareDescriptors() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTests.cpp | 132 const auto device = m_context.getDevice(); in iterate() local [all...] |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 273 const auto device = m_context.getDevice(); in iterate() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | SwapChain11.cpp | 190 ID3D11Device *device = mRenderer->getDevice(); in resetOffscreenColorBuffer() local 468 ID3D11Device *device = mRenderer->getDevice(); in resize() local 601 ID3D11Device *device = mRenderer->getDevice(); in reset() local 685 ID3D11Device *device = mRenderer->getDevice(); initPassThroughResources() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Image9.cpp | 275 IDirect3DDevice9 *device = mRenderer->getDevice(); in createSurface() local 445 IDirect3DDevice9 *device = mRenderer->getDevice(); in copyToSurface() local 570 IDirect3DDevice9 *device = mRenderer->getDevice(); in copyFromRTInternal() local
|
H A D | renderer9_utils.cpp | 497 GenerateCaps(IDirect3D9 *d3d9, IDirect3DDevice9 *device, D3DDEVTYPE deviceType, UINT adapter, gl::Caps *caps, gl::TextureCapsMap *textureCapsMap, gl::Extensions *extensions, gl::Limitations *limitations) GenerateCaps() argument
|
H A D | Blit9.cpp | 93 IDirect3DDevice9 *device = mRenderer->getDevice(); in initialize() local 129 IDirect3DDevice9 *device = mRenderer->getDevice(); in setShader() local 196 IDirect3DDevice9 *device = mRenderer->getDevice(); in boxFilter() local 340 IDirect3DDevice9 *device = mRenderer->getDevice(); copy() local 397 IDirect3DDevice9 *device = mRenderer->getDevice(); formatConvert() local 589 IDirect3DDevice9 *device = mRenderer->getDevice(); copySurfaceToTexture() local 618 IDirect3DDevice9 *device = mRenderer->getDevice(); setViewportAndShaderConstants() local 649 IDirect3DDevice9 *device = mRenderer->getDevice(); setCommonBlitState() local 682 IDirect3DDevice9 *device = mRenderer->getDevice(); render() local 693 IDirect3DDevice9 *device = mRenderer->getDevice(); saveState() local 745 IDirect3DDevice9 *device = mRenderer->getDevice(); restoreState() local [all...] |
H A D | StateManager9.cpp | 567 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthFunc() local 587 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsFront() local 605 IDirect3DDevice9 *device = mRenderer9->getDevice(); setStencilOpsBack() local 632 IDirect3DDevice9 *device = mRenderer9->getDevice(); setStencilFuncsBack() local 658 IDirect3DDevice9 *device = mRenderer9->getDevice(); setStencilFuncsFront() local 792 IDirect3DDevice9 *device = mRenderer9->getDevice(); setColorMask() local 828 IDirect3DDevice9 *device = mRenderer9->getDevice(); setSampleMask() local 861 IDirect3DDevice9 *device = mRenderer9->getDevice(); setDepthBias() local 870 IDirect3DDevice9 *device = mRenderer9->getDevice(); setDepthBias() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPlatform.cpp | 166 VkResult DeviceDriver::createShaderModule (VkDevice device, in createShaderModule() argument 208 void DeviceDriverSC::destroyDeviceHandler (VkDevice device, in destroyDeviceHandler() argument 215 VkResult DeviceDriverSC::createDescriptorSetLayoutHandlerNorm (VkDevice device, in createDescriptorSetLayoutHandlerNorm() argument 147 DeviceDriver(const PlatformInterface& platformInterface, VkInstance instance, VkDevice device, uint32_t usedApiVersion) DeviceDriver() argument 182 DeviceDriverSC(const PlatformInterface& platformInterface, VkInstance instance, VkDevice device, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface, const VkPhysicalDeviceVulkanSC10Properties& physicalDeviceVulkanSC10Properties, const VkPhysicalDeviceProperties& physicalDeviceProperties, const uint32_t usedApiVersion) DeviceDriverSC() argument 226 createDescriptorSetLayoutHandlerStat(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) const createDescriptorSetLayoutHandlerStat() argument 253 destroyDescriptorSetLayoutHandler(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) const destroyDescriptorSetLayoutHandler() argument 270 allocateDescriptorSetsHandlerStat(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) const allocateDescriptorSetsHandlerStat() argument 284 freeDescriptorSetsHandlerStat(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) const freeDescriptorSetsHandlerStat() argument 299 resetDescriptorPoolHandlerStat(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) const resetDescriptorPoolHandlerStat() argument 321 createImageViewHandler(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const createImageViewHandler() argument 359 destroyImageViewHandler(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) const destroyImageViewHandler() argument 377 createQueryPoolHandler(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const createQueryPoolHandler() argument 405 createPipelineLayoutHandlerNorm(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const createPipelineLayoutHandlerNorm() argument 416 createPipelineLayoutHandlerStat(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const createPipelineLayoutHandlerStat() argument 428 createGraphicsPipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createGraphicsPipelinesHandlerNorm() argument 439 createGraphicsPipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createGraphicsPipelinesHandlerStat() argument 461 createComputePipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createComputePipelinesHandlerNorm() argument 472 createComputePipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createComputePipelinesHandlerStat() argument 494 destroyPipelineHandler(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) const destroyPipelineHandler() argument 520 createFramebufferHandlerNorm(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer) const createFramebufferHandlerNorm() argument 531 createFramebufferHandlerStat(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer) const createFramebufferHandlerStat() argument 546 createRenderPassHandlerNorm(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPassHandlerNorm() argument 562 createRenderPassHandlerStat(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPassHandlerStat() argument 586 createRenderPass2HandlerNorm(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPass2HandlerNorm() argument 602 createRenderPass2HandlerStat(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPass2HandlerStat() argument 626 destroyRenderPassHandler(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) const destroyRenderPassHandler() argument 654 createSamplerHandlerNorm(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const createSamplerHandlerNorm() argument 665 createSamplerHandlerStat(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const createSamplerHandlerStat() argument 677 createSamplerYcbcrConversionHandlerNorm(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const createSamplerYcbcrConversionHandlerNorm() argument 688 createSamplerYcbcrConversionHandlerStat(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const createSamplerYcbcrConversionHandlerStat() argument 700 getDescriptorSetLayoutSupportHandler(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) const getDescriptorSetLayoutSupportHandler() argument 712 createShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) const createShaderModule() argument 721 createCommandPoolHandlerNorm(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) const createCommandPoolHandlerNorm() argument 753 resetCommandPoolHandlerNorm(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) const resetCommandPoolHandlerNorm() argument 760 createCommandPoolHandlerStat(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) const createCommandPoolHandlerStat() argument 783 resetCommandPoolHandlerStat(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) const resetCommandPoolHandlerStat() argument 790 allocateCommandBuffersHandler(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) const allocateCommandBuffersHandler() argument 801 freeCommandBuffersHandler(VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const freeCommandBuffersHandler() argument [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 400 Device(VkInstance instance, VkPhysicalDevice physical_device, uint32_t queue_family_index, VkDevice device, VkQueue queue) Device() argument
|
H A D | graphics_pipeline.cc | 389 GraphicsPipeline( Device* device, const std::vector<amber::Pipeline::BufferInfo>& color_buffers, amber::Pipeline::BufferInfo depth_stencil_buffer, const std::vector<amber::Pipeline::BufferInfo>& resolve_targets, uint32_t fence_timeout_ms, const std::vector<VkPipelineShaderStageCreateInfo>& shader_stage_info) GraphicsPipeline() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3DTextureTest.cpp | 86 EGLDeviceEXT device = EGL_NO_DEVICE_EXT; variable
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSurfaceTest.cpp | 965 EGLAttrib device = 0; in TEST_P() local 1054 EGLAttrib device = 0; in TEST_P() local
|
/third_party/skia/src/core/ |
H A D | SkDraw_vertices.cpp | 120 onProgram(skvm::Builder* b, skvm::Coord device, skvm::Coord local, skvm::Color, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo&, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
|