Home
last modified time | relevance | path

Searched refs:largest (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglPbufferSurface.h35 void getDim(EGLint* width,EGLint* height,EGLint* largest){ in getDim() argument
38 *largest = m_largest; in getDim()
DEglOsApi.h132 EGLint largest; member
DEglContext.cpp125 pbSurface->getDim(&pbInfo.width, &pbInfo.height, &pbInfo.largest); in ~EglContext()
DEglImp.cpp830 EGLint width, height, largest, texTarget, texFormat; in eglCreatePbufferSurface() local
834 tmpPbSurfacePtr->getDim(&width, &height, &largest); in eglCreatePbufferSurface()
849 pbinfo.largest = largest; in eglCreatePbufferSurface()
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcLookupTables.glsl11 // largest to smallest. This is the data from "Table C.2.16", but with the addition of encodings
DAstcDecompressor.glsl249 // In the largest encoding possible (1 trit + 6 bits), the block is 38 bits long (5 * 6 + 8).
284 // Note that we don't have the same size issue as trits (see above), since the largest encoding
429 // Return the index of the largest component in `result`
DAstcNew.comp249 // In the largest encoding possible (1 trit + 6 bits), the block is 38 bits long (5 * 6 + 8).
284 // Note that we don't have the same size issue as trits (see above), since the largest encoding
429 // Return the index of the largest component in `result`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_present_wait.adoc65 largest present ID completed.
Dspirvenv.adoc1079 of the size of the largest scalar type in the pointed-to type
2246 larger than that of the largest representable finite floating-point number,
2248 sign or the finite number with the largest magnitude of the appropriate
2264 any result, otherwise let the largest permitted value in any of the ranges
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc269 `maxWeightFilterDimension` is the largest supported filter size (width and height) for `OpImageSamp…
270 `maxBlockMatchRegion` is the largest supported region size (width and height) for `OpImageBlockMatc…
271 `maxBoxFilterBlockSize` is the largest supported BoxSize (width and height) for `OpImageBoxFilterQC…
DVK_EXT_mutable_descriptor_type.adoc126 A mutable descriptor is expected to consume as much memory as the largest descriptor type it suppor…
DVK_KHR_fragment_shading_rate.adoc266 This function returns the full list of supported fragment shading rates ordered from largest fragme…
DVK_EXT_descriptor_buffer.adoc708 `GetDescriptorHandleIncrementSize` should be the size of the largest descriptor possible in the buf…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_blend_operation_advanced/
Dadvanced_blend.adoc708 // smallest (R,G,B) component to 0, the largest to <ssat>,
710 // original value relative to the smallest/largest.
/hardware/interfaces/media/c2/1.0/
Dtypes.hal210 * largest number in the sequence that is smaller than or equal to `max`.
/hardware/interfaces/input/common/1.0/
Dtypes.hal72 * to a range from 0 (smallest detectable size) to 1 (largest detectable size),
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc372 * pname:maxImageExtent contains the largest valid swapchain extent for the
743 * pname:maxScaledImageExtent contains the largest valid swapchain extent
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp3910 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest); in getFreePmem()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc49 * [[limits-maxImageDimension1D]] pname:maxImageDimension1D is the largest
55 * [[limits-maxImageDimension2D]] pname:maxImageDimension2D is the largest
63 * [[limits-maxImageDimension3D]] pname:maxImageDimension3D is the largest
71 largest dimension (pname:width or pname:height) that is guaranteed to be
550 largest image which can: be created and used as a framebuffer
Ddevsandqueues.adoc1085 slink:VkExtent2D describing the largest dimensions (pname:width and
1089 slink:VkExtent2D describing the largest dimensions (pname:width and
1150 slink:VkExtent2D describing the largest dimensions (pname:width and
Drenderpass.adoc4767 is the largest value of pname:shadingRateAttachmentTexelSize.width in a
4777 code:texelHeight is the largest value of
4871 code:texelWidth{rceil}#, where code:texelWidth is the largest value of
4882 / code:texelHeight{rceil}#, where code:texelHeight is the largest value
5946 pname:clearValueCount must: be greater than the largest attachment index
Dinterfaces.adoc1213 * A structure has a scalar alignment equal to the largest scalar alignment
1228 * A structure has a base alignment equal to the largest base alignment of
1246 largest extended alignment of any of its members, rounded up to a
Dtextures.adoc305 The largest clamped component, [eq]#max~clamped~# is determined:
1713 largest magnitude coordinate direction (the major axis direction).
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp4364 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest); in getFreePmem()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2232 * Returns the index of the largest element along an axis.
4315 * Finds values and indices of the k largest entries for the last dimension.
4335 * largest elements along each last dimensional slice.

12