HomeSort by relevance Sort by last modified time
    Searched full:layercount (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 69 rec.width, rec.stride, rec.height, rec.layerCount, rec.format,
75 rec.width, rec.stride, rec.height, rec.layerCount, rec.format,
96 PixelFormat format, uint32_t layerCount, uint64_t usage,
107 // Ensure that layerCount is valid.
108 if (layerCount < 1)
109 layerCount = 1;
114 info.layerCount = layerCount;
128 rec.layerCount = layerCount;
    [all...]
GraphicBuffer.cpp 56 layerCount = 0;
87 PixelFormat format, uint32_t layerCount,
93 layerCount, usage, stride);
140 inLayerCount == layerCount &&
158 if (inLayerCount != layerCount) return true;
176 layerCount = inLayerCount;
186 PixelFormat format, uint32_t layerCount, uint64_t usage,
196 ANativeWindowBuffer::layerCount = layerCount;
346 buf[5] = static_cast<int32_t>(layerCount);
    [all...]
  /external/skia/src/gpu/vk/
GrVkExtensions.cpp 57 uint32_t layerCount = 0;
58 VkResult res = EnumerateInstanceLayerProperties(&layerCount, nullptr);
62 VkLayerProperties* layers = new VkLayerProperties[layerCount];
63 res = EnumerateInstanceLayerProperties(&layerCount, layers);
68 for (uint32_t i = 0; i < layerCount; ++i) {
102 layerCount = fInstanceLayerStrings->count();
103 for (uint32_t layerIndex = 0; layerIndex < layerCount; ++layerIndex) {
150 uint32_t layerCount = 0;
151 VkResult res = EnumerateDeviceLayerProperties(physDev, &layerCount, nullptr);
155 VkLayerProperties* layers = new VkLayerProperties[layerCount];
    [all...]
  /frameworks/native/libs/ui/include/ui/
GraphicBufferAllocator.h 50 uint32_t layerCount, uint64_t usage,
65 uint32_t layerCount;
GraphicBuffer.h 122 PixelFormat format, uint32_t layerCount,
128 PixelFormat format, uint32_t layerCount,
130 : GraphicBuffer(handle, method, width, height, format, layerCount,
146 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); }
225 PixelFormat format, uint32_t layerCount,
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 105 layerCount = 0;
114 for (int i = 0; i < layerCount; ++i) {
124 int32_t layerCount;
195 int layerCount = 0;
228 layerCount++;
232 SkASSERT(layerWriter.bytesWritten() == layerCount * sizeof(SkCanvasLayerState));
233 canvasState->layerCount = layerCount;
299 if (state_v1->layerCount < 1) {
309 for (int i = state_v1->layerCount - 1; i >= 0; --i)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 55 dumpsys_log(buf,"PREV_FRAME: layerCount:%2d mdpCount:%2d \
56 cacheCount:%2d \n", mCachedFrame.layerCount,
58 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d \
59 fbCount:%2d \n", mCurrentFrame.layerCount,
67 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
222 layerCount = numLayers;
232 for(int idx = 0; idx < layerCount; idx++) {
248 layerCount = 0;
262 layerCount = curFrame.layerCount;
    [all...]
hwc_mdpcomp.h 80 int layerCount;
103 int layerCount;
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 112 inline VkImageSubresourceRange makeImageSubresourceRange (VkImageAspectFlags aspectMask, deUint32 baseMipLevel, deUint32 levelCount, deUint32 baseArrayLayer, deUint32 layerCount)
119 res.layerCount = layerCount;
323 inline VkImageSubresourceLayers makeImageSubresourceLayers (VkImageAspectFlags aspectMask, deUint32 mipLevel, deUint32 baseArrayLayer, deUint32 layerCount)
329 res.layerCount = layerCount;
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.h 111 layerCount(1),
127 layerCount = lc;
144 uint32_t layerCount;
182 gralloc1_buffer_descriptor_t descriptorId, uint32_t layerCount) {
184 &Descriptor::setLayerCount, layerCount);
237 *outLayerCount = mDescriptor.layerCount;
  /hardware/interfaces/graphics/mapper/2.0/default/
GrallocBufferDescriptor.h 45 descriptor[3] = descriptorInfo.layerCount;
  /hardware/interfaces/media/1.0/
types.hal 44 uint64_t layerCount;
  /external/vulkan-validation-layers/layers/
image.cpp 493 if (!pCreateInfo->subresourceRange.layerCount) {
495 ss << "vkCreateImageView called with 0 in pCreateInfo->subresourceRange.layerCount.";
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 491 if (!pCreateInfo->subresourceRange.layerCount) {
493 ss << "vkCreateImageView called with 0 in pCreateInfo->subresourceRange.layerCount.";
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.cpp 491 if (!pCreateInfo->subresourceRange.layerCount) {
493 ss << "vkCreateImageView called with 0 in pCreateInfo->subresourceRange.layerCount.";
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 63 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
69 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
70 "fbCount:%2d \n", mCurrentFrame.layerCount,
93 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
249 layerCount = numLayers;
259 for(int idx = 0; idx < layerCount; idx++) {
274 layerCount = 0;
278 layerCount = curFrame.layerCount;
285 if(layerCount != curFrame.layerCount
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_resolve.c 439 * - The layerCount member of srcSubresource and dstSubresource must
444 assert(region->srcSubresource.layerCount ==
445 region->dstSubresource.layerCount);
474 for (uint32_t layer = 0; layer < region->srcSubresource.layerCount;
489 .layerCount = 1,
506 .layerCount = 1,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 184 deUint32 layerCount;
195 if ((arrayLayer < clearBaseLayer) || (arrayLayer >= (clearBaseLayer + attachmentClearLayerRange->layerCount)))
228 if ((arrayLayer < imageViewLayerRange.baseArrayLayer) || (arrayLayer >= (imageViewLayerRange.baseArrayLayer + imageViewLayerRange.layerCount)))
565 , m_frameBuffer (m_isAttachmentFormat ? createFrameBuffer(*m_imageView, *m_renderPass, params.imageExtent.width, params.imageExtent.height, params.imageViewLayerRange.layerCount) : vk::Move<vk::VkFramebuffer>())
728 layerRange.layerCount, // deUint32 arraySize;
896 VK_REMAINING_ARRAY_LAYERS, // deUint32 layerCount;
    [all...]
vktApiDeviceInitializationTests.cpp 180 0u, // deUint32 layerCount;
233 0u, // deUint32 layerCount;
281 0u, // deUint32 layerCount;
323 0u, // deUint32 layerCount;
381 0, //layerCount;
426 0, //layerCount;
509 0, //layerCount;
596 0, //layerCount;
  /external/mesa3d/src/intel/vulkan/
anv_dump.c 137 .layerCount = 1,
156 .layerCount = 1,
166 .layerCount = 1,
194 .layerCount = 1,
  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 92 uintptr_t layerCount;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 129 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount)
137 if (layerCount == 1)
140 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount));
145 if (layerCount == 1)
153 if (layerCount == tcu::CUBEFACE_LAST && viewType == VK_IMAGE_VIEW_TYPE_CUBE)
159 DE_ASSERT(layerCount % tcu::CUBEFACE_LAST == 0);
161 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount));
166 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount));
190 int layerCount,
205 , m_layerCount (layerCount)
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 66 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
72 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
73 "fbCount:%2d \n", mCurrentFrame.layerCount,
96 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
308 layerCount = numLayers;
318 for(int idx = 0; idx < layerCount; idx++) {
333 layerCount = 0;
337 layerCount = curFrame.layerCount;
344 if(layerCount != curFrame.layerCount
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 75 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
81 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
82 "fbCount:%2d \n", mCurrentFrame.layerCount,
105 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
332 layerCount = numLayers;
342 for(int idx = 0; idx < layerCount; idx++) {
357 layerCount = 0;
361 layerCount = curFrame.layerCount;
368 if(layerCount != curFrame.layerCount
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 107 final int layerCount = (byte)byteStream.read();
116 for (int x = 0; x < layerCount; x++) {

Completed in 1806 milliseconds

1 2 3 4 5 6 7