HomeSort by relevance Sort by last modified time
    Searched refs:readQueue (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 162 const bool readQueue = checkQueueFlags(it->second.flags, flagsRead);
164 if (!(writeQueue || readQueue))
167 if (writeQueue && readQueue)
174 else if (readQueue)
  /hardware/interfaces/graphics/composer/2.2/utils/vts/
ComposerVts.cpp 89 ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles));
  /hardware/interfaces/graphics/composer/2.1/utils/vts/
ComposerVts.cpp 314 ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles));
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerCommandEngine.h 53 if (!readQueue(inLength, inHandles)) {
  /hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
ComposerCommandBuffer.h 589 bool readQueue(uint32_t commandLength, const hidl_vec<hidl_handle>& commandHandles) {
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 844 if (mReader.readQueue(tmpOutLength, tmpOutHandles)) {
    [all...]

Completed in 235 milliseconds