Searched refs:multiples (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 206 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/ |
D | VK_QCOM_tile_properties.adoc | 107 All tiles will be tightly packed around the first tile, with edges being multiples of tile width an…
|
D | VK_KHR_fragment_shading_rate.adoc | 90 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/ |
D | AstcToBc3.comp | 60 // - 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/ |
D | sparsemem.adoc | 231 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
|
D | queries.adoc | 1236 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`
|
D | limits.adoc | 616 Similarly, dynamic offsets for uniform buffers must: be multiples of 626 Similarly, dynamic offsets for storage buffers must: be multiples of
|
D | shaders.adoc | 2698 * [eq]#x~0~# and [eq]#y~0~# are integer multiples of 2.
|
D | devsandqueues.adoc | 1307 integer multiples of [eq]#A~x~#, [eq]#A~y~#, and [eq]#A~z~#,
|
D | renderpass.adoc | 1227 multiples of tile width and/or height from the origin.
|
D | resources.adoc | 9380 must: all be multiples of the pname:bufferImageGranularity.
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 1026 * 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/ |
D | types.hal | 4288 * 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/ |
D | types.hal | 4529 * 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.
|