Searched refs:endpoints (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | texcompress_bptc_tmp.h | 358 uint8_t endpoints[][4]) in extract_unorm_endpoints() 370 endpoints[subset * 2 + endpoint][component] = in extract_unorm_endpoints() 381 endpoints[subset * 2 + endpoint][3] = in extract_unorm_endpoints() 391 endpoints[subset * 2 + endpoint][3] = 255; in extract_unorm_endpoints() 404 endpoints[subset * 2 + endpoint][component] <<= 1; in extract_unorm_endpoints() 405 endpoints[subset * 2 + endpoint][component] |= pbit; in extract_unorm_endpoints() 416 endpoints[subset * 2 + endpoint][component] <<= 1; in extract_unorm_endpoints() 417 endpoints[subset * 2 + endpoint][component] |= pbit; in extract_unorm_endpoints() 427 endpoints[subset * 2 + endpoint][component] = in extract_unorm_endpoints() 428 expand_component(endpoints[subset * 2 + endpoint][component], in extract_unorm_endpoints() [all …]
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | AstcToBc3.comp | 42 // only do the PCA step and we use the min and max colors as the endpoints. We should instead see 43 // if picking other endpoints on the PCA line would lead to better results. 137 // Computes the color endpoints using Principal Component Analysis to find the best fit line 179 // endpoints. 236 // Compute the color endpoints 239 uvec2 endpoints = uvec2(packColorToRGB565(minEndpoint), packColorToRGB565(maxEndpoint)); 243 if (endpoints.x != endpoints.y) { 246 if (endpoints.x > endpoints.y) { 248 endpoints = endpoints.yx; 254 result.b = endpoints.y | (endpoints.x << 16);
|
D | AstcLookupTables.glsl | 10 // Number of trits, quints, and bits that we are used to encode the color endpoints, sorted from
|
D | AstcDecompressor.glsl | 190 // Returns the CEM, a number between 0 and 15 that determines how the endpoints are encoded. 193 // - totalEndpoints: number of endpoints in the block, for all partitions. 469 // Decodes the endpoints and writes them to ep0 and ep1. 599 // Per spec, we must return the error color if we require more than 18 color endpoints 614 // Number of endpoints pairs in this partition. (Between 1 and 4)
|
D | AstcNew.comp | 190 // Returns the CEM, a number between 0 and 15 that determines how the endpoints are encoded. 193 // - totalEndpoints: number of endpoints in the block, for all partitions. 469 // Decodes the endpoints and writes them to ep0 and ep1. 599 // Per spec, we must return the error color if we require more than 18 color endpoints 614 // Number of endpoints pairs in this partition. (Between 1 and 4)
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_internal.h | 862 struct endpoints struct 883 endpoints ep; 1870 const endpoints& ep, 1901 endpoints& ep, 1927 endpoints& ep,
|
D | astcenc_compress_symbolic.cpp | 38 const endpoints& ep_plane1, in merge_endpoints() 39 const endpoints& ep_plane2, in merge_endpoints() 41 endpoints& result in merge_endpoints() 532 endpoints workep = ei.ep; in compress_symbolic_block_for_partition_1plane() 875 endpoints epm; in compress_symbolic_block_for_partition_2planes() 912 endpoints workep = epm; in compress_symbolic_block_for_partition_2planes()
|
D | astcenc_pick_best_endpoint_format.cpp | 225 const endpoints& ep, in compute_encoding_choice_errors() 321 const endpoints& ep, in compute_color_error_for_every_integer_count_and_quant_level() 1097 const endpoints& ep, in compute_ideal_endpoint_formats()
|
D | astcenc_ideal_endpoints_and_weights.cpp | 1162 endpoints& ep, in recompute_ideal_colors_1plane() 1384 endpoints& ep, in recompute_ideal_colors_2planes()
|
/hardware/interfaces/contexthub/1.2/ |
D | IContexthub.hal | 32 * endpoints are granted in order to
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_android_surface.adoc | 39 Common consumer endpoints for code:ANativeWindows are the system window
|
/hardware/interfaces/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControl.hal | 48 * expressly authorized by this HAL. This includes all endpoints for location information
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2875 The other two edges pass through the line endpoints and are perpendicular to 2889 initial and final endpoints of the line segment, respectively. 2920 and ending endpoints of the segment, respectively; [eq]#w~a~# and [eq]#w~b~# 2921 are the clip [eq]#w# coordinates of the starting and ending endpoints of the 2931 and ending endpoints of the segment, respectively. 2969 endpoints of the line as in <<fig-non-strict-lines>>, and each is 2971 Edges 0 and 1 are parallel to the line and connect the endpoints of edges 2 2991 using the original line segment endpoints. 3038 endpoints). 3060 (in principle) perturb the supplied endpoints by a tiny amount. [all …]
|
D | raytraversal.adoc | 193 code:OpTraceRayMotionNV by interpolating between the two endpoints as
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 2421 auto endpoints = fidl::CreateEndpoints<::fuchsia_sysmem::BufferCollectionToken>(); in on_vkCreateBufferCollectionFUCHSIA() local 2422 if (!endpoints.is_ok()) { in on_vkCreateBufferCollectionFUCHSIA() 2423 mesa_loge("zx_channel_create failed: %d", endpoints.status_value()); in on_vkCreateBufferCollectionFUCHSIA() 2427 auto result = mSysmemAllocator->AllocateSharedCollection(std::move(endpoints->server)); in on_vkCreateBufferCollectionFUCHSIA() 2432 token_client = std::move(endpoints->client); in on_vkCreateBufferCollectionFUCHSIA() 2435 auto endpoints = fidl::CreateEndpoints<::fuchsia_sysmem::BufferCollection>(); in on_vkCreateBufferCollectionFUCHSIA() local 2436 if (!endpoints.is_ok()) { in on_vkCreateBufferCollectionFUCHSIA() 2437 mesa_loge("zx_channel_create failed: %d", endpoints.status_value()); in on_vkCreateBufferCollectionFUCHSIA() 2440 auto [collection_client, collection_server] = std::move(endpoints.value()); in on_vkCreateBufferCollectionFUCHSIA()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 136 * endpoints.
|