Searched defs:colorAttachmentIndex (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DrawBuffersTest.cpp | 850 size_t colorAttachmentIndex = texIndex >= 3 ? texIndex - 3 : texIndex; in TEST_P() local
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 348 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() function in GrVkRenderPass
|
H A D | GrVkRenderPass.h | 43 GrVkRenderPass(const GrVkGpu* gpu, VkRenderPass renderPass, uint32_t colorAttachmentIndex) GrVkRenderPass() argument
|
H A D | GrVkResourceProvider.cpp | 159 findCompatibleExternalRenderPass( VkRenderPass renderPass, uint32_t colorAttachmentIndex) findCompatibleExternalRenderPass() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPassCache.cpp | 124 uint32_t colorAttachmentIndex = 0; in CreateRenderPassForQuery() local
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | WGPUHelpers.cpp | 103 uint32_t colorAttachmentIndex = 0; in ComboRenderPassDescriptor() local
|
/third_party/vk-gl-cts/external/amber/src/src/dawn/ |
H A D | engine_dawn.cc | 1190 uint32_t colorAttachmentIndex = 0; in CreateRenderPassDescriptor() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 798 void addSubpassColorAttachmentWithResolve (const deUint32 colorAttachmentIndex, const VkImageLayout colorSubpassLayout, const deUint32 resolveAttachmentIndex, const VkImageLayout resolveSubpassLayout, const VkSampleLocationsInfoEXT* pSampleLocations = DE_NULL) in addSubpassColorAttachmentWithResolve() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 795 void addSubpassColorAttachmentWithResolve (const deUint32 colorAttachmentIndex, const VkImageLayout colorSubpassLayout, const deUint32 resolveAttachmentIndex, const VkImageLayout resolveSubpassLayout, const VkSampleLocationsInfoEXT* pSampleLocations = DE_NULL) in addSubpassColorAttachmentWithResolve() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 2159 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in beginDynamicRendering() local 2973 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in pushDynamicRenderingCommands() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 2145 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in beginDynamicRendering() local 2959 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in pushDynamicRenderingCommands() local [all...] |
Completed in 36 milliseconds