Home
last modified time | relevance | path

Searched refs:astcLdrEmulationMode (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.h52 AstcEmulationMode astcLdrEmulationMode; member
DVulkanTestHelper.cpp106 .astcLdrEmulationMode = options.astcLdrEmulationMode, in initialize()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h118 AstcEmulationMode astcLdrEmulationMode = AstcEmulationMode::Disabled; member
437 AstcEmulationMode astcLdrEmulationMode = AstcEmulationMode::Disabled; member
DVkCommonOperations.cpp1331 INFO(" ASTC LDR emulation mode: %d", features->astcLdrEmulationMode); in initVkEmulationFeatures()
1340 sVkEmulation->astcLdrEmulationMode = features->astcLdrEmulationMode; in initVkEmulationFeatures()
DVkDecoderGlobalState.cpp1779 m_emu->astcLdrEmulationMode == AstcEmulationMode::Cpu && in on_vkCreateDevice()
7016 if (m_emu->astcLdrEmulationMode == AstcEmulationMode::Disabled) { in enableEmulatedAstc()
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp49 {.astcLdrEmulationMode = AstcEmulationMode::Gpu, in SetUp()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp369 .astcLdrEmulationMode = AstcEmulationMode::Gpu, in initialize()