Searched defs:textureIndex (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | VulkanBarriersPerf.cpp | 183 void VulkanBarriersPerfBenchmark::createTexture(uint32_t textureIndex, in createTexture() 213 uint32_t textureIndex, in createFramebuffer()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | FramebufferAttachment.cpp | 62 const ImageIndex &textureIndex, in FramebufferAttachment() 112 const ImageIndex &textureIndex, in attach()
|
D | State.cpp | 265 for (size_t textureIndex = 0; textureIndex < mTextures.size(); ++textureIndex) in clear() local 284 ANGLE_INLINE void ActiveTexturesCache::reset(ContextID contextID, size_t textureIndex) in reset() 294 size_t textureIndex, in set() 489 for (int32_t textureIndex = 0; textureIndex < caps.maxCombinedTextureImageUnits; ++textureIndex) in initialize() local 601 for (size_t textureIndex : textureMask) in unsetActiveTextures() local 609 size_t textureIndex, in updateActiveTextureState() 649 size_t textureIndex, in updateActiveTexture() 3093 for (size_t textureIndex : mDirtyTextures) in syncTextures() local 3252 for (size_t textureIndex : executable.getActiveSamplersMask()) in onProgramExecutableChange() local 3297 for (size_t textureIndex : programPipeline->getExecutable().getActiveSamplersMask()) in onProgramPipelineExecutableChange() local
|
D | Framebuffer.cpp | 1738 const ImageIndex &textureIndex, in setAttachment() 1750 const ImageIndex &textureIndex, in setAttachmentMultisample() 1762 const ImageIndex &textureIndex, in setAttachment() 1807 const ImageIndex &textureIndex, in setAttachmentMultiview() 1895 const ImageIndex &textureIndex, in setAttachmentImpl() 1968 const ImageIndex &textureIndex, in updateAttachment()
|
D | FramebufferAttachment.h | 181 const ImageIndex &textureIndex() const { return mTextureIndex; } in textureIndex() function
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.cpp | 464 for (uint32_t textureIndex = 0; textureIndex < samplerBindings.size(); ++textureIndex) in addTextureDescriptorSetDesc() local 1286 for (uint32_t textureIndex = 0; textureIndex < programState->getSamplerBindings().size(); in updateTexturesDescriptorSet() local
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | TextureTest.cpp | 4132 for (GLint textureIndex = 0; textureIndex < vertexTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local 4142 for (GLint textureIndex = 0; textureIndex < vertexActiveTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local 4154 for (GLint textureIndex = 0; textureIndex < fragmentTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local 4162 for (GLint textureIndex = 0; textureIndex < fragmentActiveTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local 4420 for (size_t textureIndex = 0; textureIndex < 3; textureIndex++) in testSetUp() local
|