Searched refs:layerCount (Results 1 – 7 of 7) sorted by relevance
56 uintptr_t layerCount; member
50 anwb->layerCount++; in incRefANWB()55 if (anwb->layerCount > 0) { in decRefANWB()56 anwb->layerCount--; in decRefANWB()57 if (anwb->layerCount == 0) in decRefANWB()67 layerCount = 0U; in FakeANativeWindowBuffer()
91 if (descriptor.layerCount != 1) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl()272 d->layerCount = raw[2]; in decodeBufferDescriptorInfo()
537 if (descriptor.layerCount != 1) { RETURN(false); } in isSupportedImpl()606 (*raw)[2] = d.layerCount; in encodeBufferDescriptorInfo()
321 const uint32_t layerCount = 1; in threadLoop() local327 layerCount, usage, in threadLoop()
395 const uint32_t layerCount = 1; in allocateDisplayColorBuffer() local404 layerCount, in allocateDisplayColorBuffer()
1555 vkStream->write((uint32_t*)&forMarshaling->layerCount, sizeof(uint32_t)); in marshal_VkImageSubresourceRange()1566 vkStream->read((uint32_t*)&forUnmarshaling->layerCount, sizeof(uint32_t)); in unmarshal_VkImageSubresourceRange()3442 vkStream->write((uint32_t*)&forMarshaling->layerCount, sizeof(uint32_t)); in marshal_VkImageSubresourceLayers()3452 vkStream->read((uint32_t*)&forUnmarshaling->layerCount, sizeof(uint32_t)); in unmarshal_VkImageSubresourceLayers()3601 vkStream->write((uint32_t*)&forMarshaling->layerCount, sizeof(uint32_t)); in marshal_VkClearRect()3610 vkStream->read((uint32_t*)&forUnmarshaling->layerCount, sizeof(uint32_t)); in unmarshal_VkClearRect()