Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp400 for (int partition = 0; partition < partition_count; partition++) in compute_avgs_and_dirs_4_comp() local
402 const uint8_t *texel_indexes = pi.texels_of_partition[partition]; in compute_avgs_and_dirs_4_comp()
403 unsigned int texel_count = pi.partition_texel_count[partition]; in compute_avgs_and_dirs_4_comp()
406 vfloat4 average = partition_averages[partition]; in compute_avgs_and_dirs_4_comp()
407 pm[partition].avg = average; in compute_avgs_and_dirs_4_comp()
454 pm[partition].dir = best_vector; in compute_avgs_and_dirs_4_comp()
515 for (unsigned int partition = 0; partition < partition_count; partition++) in compute_avgs_and_dirs_3_comp() local
517 const uint8_t *texel_indexes = pi.texels_of_partition[partition]; in compute_avgs_and_dirs_3_comp()
518 unsigned int texel_count = pi.partition_texel_count[partition]; in compute_avgs_and_dirs_3_comp()
521 vfloat4 average = partition_averages[partition]; in compute_avgs_and_dirs_3_comp()
[all …]
Dastcenc_find_best_partitioning.cpp232 uint8_t partition = partition_of_texel[i]; in kmeans_update() local
233 color_sum[partition] += blk.texel(i); in kmeans_update()
234 partition_texel_count[partition]++; in kmeans_update()
589 unsigned int partition = partition_sequence[i]; in find_best_partition_candidates() local
590 const auto& pi = bsd.get_raw_partition_info(partition_count, partition); in find_best_partition_candidates()
657 …insert_result(requested_candidates, uncor_error, partition, uncor_best_errors, uncor_best_partitio… in find_best_partition_candidates()
658 …insert_result(requested_candidates, samec_error, partition, samec_best_errors, samec_best_partitio… in find_best_partition_candidates()
665 unsigned int partition = partition_sequence[i]; in find_best_partition_candidates() local
666 const auto& pi = bsd.get_raw_partition_info(partition_count, partition); in find_best_partition_candidates()
725 …insert_result(requested_candidates, uncor_error, partition, uncor_best_errors, uncor_best_partitio… in find_best_partition_candidates()
[all …]
Dastcenc_partition_tables.cpp225 uint8_t partition; in select_partition() local
228 partition = 0; in select_partition()
232 partition = 1; in select_partition()
236 partition = 2; in select_partition()
240 partition = 3; in select_partition()
243 return partition; in select_partition()
Dastcenccli_toplevel.cpp1566 int partition { 0 }; in print_diagnostic_images() local
1569 partition = info.partition_assignment[texel_index] + 1; in print_diagnostic_images()
1572 return colors[partition]; in print_diagnostic_images()
1672 uint8_t partition = info.partition_assignment[texel_index]; in print_diagnostic_images() local
1673 cem = info.color_endpoint_modes[partition] * 16; in print_diagnostic_images()
1701 uint8_t partition = info.partition_assignment[texel_index]; in print_diagnostic_images() local
1702 uint8_t cem = info.color_endpoint_modes[partition]; in print_diagnostic_images()
1753 uint8_t partition = info.partition_assignment[texel_index]; in print_diagnostic_images() local
1754 uint8_t cem = info.color_endpoint_modes[partition]; in print_diagnostic_images()
1807 uint8_t partition = info.partition_assignment[texel_index]; in print_diagnostic_images() local
[all …]
Dastcenc_compress_symbolic.cpp140 unsigned int partition = pi.partition_of_texel[texel]; in realign_weights_undecimated() local
141 vfloat4 color_offset = offset[partition]; in realign_weights_undecimated()
142 vfloat4 color_base = endpnt0f[partition]; in realign_weights_undecimated()
301 unsigned int partition = pi.partition_of_texel[texel]; in realign_weights_decimated() local
302 vfloat4 color_offset = offset[partition]; in realign_weights_decimated()
303 vfloat4 color_base = endpnt0f[partition]; in realign_weights_decimated()
/hardware/interfaces/boot/1.1/
DIBootControl.hal23 * Sets whether a snapshot-merge of any dynamic partition is in progress.
37 * userdata partition.
54 * Returns whether a snapshot-merge of any dynamic partition is in progress.
58 * bootloader such that the pending merge must be canceled (for example, if the super partition
Dtypes.hal36 * At least one partition has merge is in progress.
/hardware/google/pixel/common/
Dinit.pixel.rc1 # Write the dark theme magic to /misc partition.
10 # Write preferred mode magic to /misc partition.
/hardware/interfaces/fastboot/aidl/fastbootshim/
Dfastbootshim.cpp57 const hidl_string partition = in_partitionName; in getPartitionType() local
58 auto ret = service_->getPartitionType(partition, [&](auto type, auto& result) { in getPartitionType()
/hardware/interfaces/fastboot/1.0/
DIFastboot.hal23 * Returns the file system type of the partition. This is only required for
28 * FAILURE_UNKNOWN if the partition is invalid or does not require
/hardware/qcom/bootctrl/
Dboot_control.cpp378 static struct gpt_disk* boot_ctl_get_disk_info(char *partition) in boot_ctl_get_disk_info() argument
381 if (!partition) in boot_ctl_get_disk_info()
389 if (gpt_disk_get_disk_info(partition, disk)) { in boot_ctl_get_disk_info()
391 partition); in boot_ctl_get_disk_info()
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcDecompressor.glsl24 // 2. extra CEM data. 0 bits if only 1 partition OR if CEM selector value in bits [24:23] is 00,
28 // 5. CEM 4 bits if single partition, else 6 bits.
29 // 6. partition seed 10 bits (13-22) - only if more than 1 partition
30 // 7. partition count 2 bits (11-12)
67 uint partitionSeed; // Determines which partition pattern we use (10 bits)
194 // - baseEndpointIndex: index of the first endpoint for this partition
209 // We're in the multi-partition, single CEM case
614 // Number of endpoints pairs in this partition. (Between 1 and 4)
DAstcNew.comp24 // 2. extra CEM data. 0 bits if only 1 partition OR if CEM selector value in bits [24:23] is 00,
28 // 5. CEM 4 bits if single partition, else 6 bits.
29 // 6. partition seed 10 bits (13-22) - only if more than 1 partition
30 // 7. partition count 2 bits (11-12)
67 uint partitionSeed; // Determines which partition pattern we use (10 bits)
194 // - baseEndpointIndex: index of the first endpoint for this partition
209 // We're in the multi-partition, single CEM case
614 // Number of endpoints pairs in this partition. (Between 1 and 4)
DAstc.comp728 // Single-partition mode
732 // Multi-partition mode
/hardware/interfaces/tests/extension/light/2.0/
DILight.hal19 // vendor partition.
/hardware/interfaces/boot/1.0/
DIBootControl.hal24 * suffix, which is appended to the base name for any particular partition
36 * running from a virtual machine with only one copy of each partition for the
/hardware/interfaces/audio/5.0/
DIDevicesFactory.hal37 * but is loaded directly from the system partition using the legacy API
/hardware/interfaces/audio/7.0/
DIDevicesFactory.hal37 * but is loaded directly from the system partition using the legacy API
/hardware/interfaces/audio/6.0/
DIDevicesFactory.hal37 * but is loaded directly from the system partition using the legacy API
/hardware/interfaces/audio/4.0/
DIDevicesFactory.hal37 * but is loaded directly from the system partition using the legacy API
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLogSC.adoc59 * Assign/partition VU range for sc_1_0 branch
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dmatrix_decompose.inl73 // Clear the perspective partition
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_deferred_host_operations/
Ddeferred_host_operations.adoc155 and the implementation is unable to partition the workload any further.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dformats.adoc2205 An image's set of _format planes_ is an ordered partition of the image's
2207 The ordered partition is encoded in the name of each elink:VkFormat.
2218 An image's set of _memory planes_ is an ordered partition of the image's
2223 If an image is <<glossary-linear-resource,linear>>, then the partition is
2232 If an image is <<glossary-linear-resource,non-linear>>, then the partition
2234 may: be unrelated to the partition of the image's *content* into _format
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dextensions.adoc735 sources than extensions, although it is still helpful to partition

12