Home
last modified time | relevance | path

Searched refs:numRenderTargets (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp1016 const deUint32 numRenderTargets = 3; in testDifferentAttachmentSizes() local
1019 Move<VkImage> colorImages[numRenderTargets]; in testDifferentAttachmentSizes()
1020 MovePtr<Allocation> colorImageAllocs[numRenderTargets]; in testDifferentAttachmentSizes()
1023 Move<VkImage> msColorImages[numRenderTargets]; in testDifferentAttachmentSizes()
1024 MovePtr<Allocation> msColorImageAllocs[numRenderTargets]; in testDifferentAttachmentSizes()
1026 Move<VkBuffer> colorBuffers[numRenderTargets]; in testDifferentAttachmentSizes()
1027 MovePtr<Allocation> colorBufferAllocs[numRenderTargets]; in testDifferentAttachmentSizes()
1053 … (makeRenderPassDifferentAttachmentSizes(vk, device, COLOR_FORMAT, numRenderTargets, caseDef.mult… in testDifferentAttachmentSizes()
1068 for (deUint32 renderTargetIdx = 0; renderTargetIdx < numRenderTargets; renderTargetIdx++) in testDifferentAttachmentSizes()
1092 for (deUint32 renderTargetIdx = 0; renderTargetIdx < numRenderTargets; renderTargetIdx++) in testDifferentAttachmentSizes()
[all …]
/external/angle/src/compiler/translator/
DTranslatorHLSL.cpp43 int numRenderTargets = resources.EXT_draw_buffers ? resources.MaxDrawBuffers : 1; in translate() local
188 numRenderTargets, maxDualSourceDrawBuffers, getUniforms(), in translate()
DOutputHLSL.h46 int numRenderTargets,
DOutputHLSL.cpp303 int numRenderTargets, in OutputHLSL() argument
321 mNumRenderTargets(numRenderTargets), in OutputHLSL()
/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1221 const unsigned int numRenderTargets = in getPixelShaderOutputKey() local
1228 for (unsigned int renderTargetIndex = 0; renderTargetIndex < numRenderTargets; in getPixelShaderOutputKey()