Home
last modified time | relevance | path

Searched refs:multiples (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h206 unsigned int multiples = (count + ASTCENC_SIMD_WIDTH - 1) / ASTCENC_SIMD_WIDTH; in round_up_to_simd_multiple_vla() local
207 return multiples * ASTCENC_SIMD_WIDTH; in round_up_to_simd_multiple_vla()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_tile_properties.adoc107 All tiles will be tightly packed around the first tile, with edges being multiples of tile width an…
DVK_KHR_fragment_shading_rate.adoc90 The `MUL` operation multiples each dimension of the first input rate by the corresponding rate in t…
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcToBc3.comp60 // - TODO(gregschlom): Check if the results are correct for image sizes that aren't multiples of 4
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsparsemem.adoc231 multiples of the corresponding dimensions of the sparse image block.
314 integer multiples of the corresponding dimensions of the sparse image block,
820 integer multiples of the corresponding dimensions of the sparse image
829 dimensions that are not integer multiples of the corresponding
904 first mip level whose dimensions are not integer multiples of the
Dqueries.adoc1236 then pname:pData and pname:stride must: be multiples of `4`
1239 and pname:stride must: be multiples of `8`
1250 pname:stride must: be multiples of the size of
1484 pname:dstOffset and pname:stride must: be multiples of `4`
1487 pname:dstOffset and pname:stride must: be multiples of `8`
Dlimits.adoc616 Similarly, dynamic offsets for uniform buffers must: be multiples of
626 Similarly, dynamic offsets for storage buffers must: be multiples of
Dshaders.adoc2698 * [eq]#x~0~# and [eq]#y~0~# are integer multiples of 2.
Ddevsandqueues.adoc1307 integer multiples of [eq]#A~x~#, [eq]#A~y~#, and [eq]#A~z~#,
Drenderpass.adoc1227 multiples of tile width and/or height from the origin.
Dresources.adoc9380 must: all be multiples of the pname:bufferImageGranularity.
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal1026 * non-multiples of 8, begin() must return ErrorCode::UNSUPPORTED_MAC_LENGTH. For values less
1048 * length or non-multiples of 8, begin() must return ErrorCode::UNSUPPORTED_MAC_LENGTH. For
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4288 * This operation creates a new tensor by replicating `input` `multiples`
4289 * times. The output tensor's i-th dimension has `input.dims(i) * multiples[i]`
4290 * elements, and the values of `input` are replicated `multiples[i]` times
4304 * * 1: multiples, a 1-D tensor of {@link OperandType::TENSOR_INT32}.
4305 * The length of multiples must be n.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal4529 * This operation creates a new tensor by replicating `input` `multiples`
4530 * times. The output tensor's i-th dimension has `input.dims(i) * multiples[i]`
4531 * elements, and the values of `input` are replicated `multiples[i]` times
4546 * * 1: multiples, a 1-D tensor of {@link OperandType::TENSOR_INT32}.
4547 * The length of multiples must be n.