Searched refs:renderTargetIndex (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | TextureStorage9.cpp | 468 const size_t renderTargetIndex = index.cubeMapFaceIndex(); in findRenderTarget() local 470 *outRT = mRenderTarget[renderTargetIndex]; in findRenderTarget() 485 const size_t renderTargetIndex = index.cubeMapFaceIndex(); in getRenderTarget() local 487 if (mRenderTarget[renderTargetIndex] == nullptr && isRenderTarget()) in getRenderTarget() 497 mRenderTarget[renderTargetIndex] = new TextureRenderTarget9( in getRenderTarget() 502 *outRT = mRenderTarget[renderTargetIndex]; in getRenderTarget()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
D | DynamicHLSL.cpp | 1228 for (unsigned int renderTargetIndex = 0; renderTargetIndex < numRenderTargets; in getPixelShaderOutputKey() local 1229 renderTargetIndex++) in getPixelShaderOutputKey() 1233 outputKeyVariable.name = "gl_Color" + Str(renderTargetIndex); in getPixelShaderOutputKey() 1235 broadcast ? "gl_Color[0]" : "gl_Color[" + Str(renderTargetIndex) + "]"; in getPixelShaderOutputKey() 1236 outputKeyVariable.outputLocation = renderTargetIndex; in getPixelShaderOutputKey()
|
/device/generic/vulkan-cereal/stream-servers/ |
D | CompositorVk.cpp | 489 void CompositorVk::recordCommandBuffers(uint32_t renderTargetIndex, VkCommandBuffer cmdBuffer, in recordCommandBuffers() argument 522 for (uint32_t j = 0; j < m_currentCompositions[renderTargetIndex]->m_composeLayers.size(); in recordCommandBuffers() 526 &m_vkDescriptorSets[renderTargetIndex * kMaxLayersPerFrame + j], 0, nullptr); in recordCommandBuffers()
|
D | DisplayVk.h | 87 uint32_t renderTargetIndex, uint32_t numLayers, const ComposeLayer layers[],
|
D | CompositorVk.h | 101 void recordCommandBuffers(uint32_t renderTargetIndex, VkCommandBuffer,
|
D | DisplayVk.cpp | 670 uint32_t renderTargetIndex, uint32_t numLayers, const ComposeLayer layers[], in compareAndSaveComposition() argument 677 m_surfaceState->m_prevCompositions.emplace(renderTargetIndex, 0); in compareAndSaveComposition()
|