/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | FramebufferAttachmentPerfTest.cpp | 119 for (size_t textureIndex = 0; textureIndex < textureCount; textureIndex++) in drawBenchmark() local 133 size_t textureIndex = mTextures.size() - (index + 1); in drawBenchmark() local 164 for (size_t textureIndex = 0; textureIndex < mTextures.size(); textureIndex++) in initializeBenchmark() local 199 for (size_t textureIndex = 0; textureIndex < textureCount; textureIndex++) in drawBenchmark() local
|
H A D | VulkanBarriersPerf.cpp | 184 void VulkanBarriersPerfBenchmark::createTexture(uint32_t textureIndex, in createTexture() 214 uint32_t textureIndex, in createFramebuffer()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | State.cpp | 299 for (size_t textureIndex = 0; textureIndex < mTextures.size(); ++textureIndex) in clear() local 318 ANGLE_INLINE void ActiveTexturesCache::reset(size_t textureIndex) in reset() 326 ANGLE_INLINE void ActiveTexturesCache::set(size_t textureIndex, Texture *texture) in set() 2367 for (int32_t textureIndex = 0; textureIndex < getCaps().maxCombinedTextureImageUnits; in initialize() local 2469 for (size_t textureIndex : textureMask) in unsetActiveTextures() local 2477 size_t textureIndex, in updateActiveTextureStateOnSync() 2493 ANGLE_INLINE void State::setActiveTextureDirty(size_t textureIndex, Texture *texture) in setActiveTextureDirty() 2540 size_t textureIndex, in updateTextureBinding() 3731 for (size_t textureIndex : mDirtyTextures) in syncTextures() local 3893 for (size_t textureIndex : mExecutable->getActiveSamplersMask()) in onExecutableChange() local
|
H A D | Framebuffer.cpp | 1909 const ImageIndex &textureIndex, in setAttachment() 1921 const ImageIndex &textureIndex, in setAttachmentMultisample() 1933 const ImageIndex &textureIndex, in setAttachment() 1991 const ImageIndex &textureIndex, in setAttachmentMultiview() 2079 const ImageIndex &textureIndex, in setAttachmentImpl() 2160 const ImageIndex &textureIndex, in updateAttachment() 2315 for (size_t textureIndex : activeTextures) in formsRenderingFeedbackLoopWith() local
|
H A D | FramebufferAttachment.cpp | 62 const ImageIndex &textureIndex, in FramebufferAttachment() 113 const ImageIndex &textureIndex, in attach()
|
H A D | FramebufferAttachment.h | 194 const ImageIndex &textureIndex() const { return mTextureIndex; } in textureIndex() function
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 254 int textureIndex; member 498 int textureIndex; member 758 int textureIndex; member 1000 int textureIndex; member 1230 int textureIndex; member 1492 int textureIndex; member
|
H A D | vktTextureFilteringTests.cpp | 210 int textureIndex; member 446 int textureIndex; member 719 int textureIndex; member 971 int textureIndex; member
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | ContextUtils.cpp | 128 int textureIndex = (*binding)++; in EmitSamplerLayout() local
|
H A D | DrawPass.cpp | 525 TextureBindingCache::Index textureIndex = textureBindingTracker.trackTextures( in Make() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | TextureTest.cpp | 9317 for (GLint textureIndex = 0; textureIndex < vertexTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local 9327 for (GLint textureIndex = 0; textureIndex < vertexActiveTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local 9338 for (GLint textureIndex = 0; textureIndex < fragmentTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local 9345 for (GLint textureIndex = 0; textureIndex < fragmentActiveTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local 9598 for (size_t textureIndex = 0; textureIndex < 3; textureIndex++) in testSetUp() local
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | serialize.cpp | 613 for (GLuint textureIndex = 0; textureIndex < texturesCache.size(); ++textureIndex) in SerializeContextState() local
|