| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_formats.c | 984 clear_vals[0] = float3_to_r11g11b10f(value->float32); 1007 if (value->float32[0] != value->float32[1] || 1008 value->float32[0] != value->float32[2]) 1037 v = util_format_linear_float_to_srgb_8unorm(value->float32[c]); 1039 float f = MIN2(value->float32[c], 1.0f); 1057 memcpy(&v, &value->float32[c], 4); 1059 v = util_float_to_half(value->float32[c]);
|
| radv_meta_clear.c | 1398 values[i] = clear_value->float32[i] != 0.0F; 1399 if (clear_value->float32[i] != 0.0F && clear_value->float32[i] != 1.0F) 1932 value = float3_to_rgb9e5(clear_value->color.float32); 1939 r = float_to_ubyte(clear_value->color.float32[0]) >> 4; 1940 g = float_to_ubyte(clear_value->color.float32[1]) >> 4;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_util.h | 313 ( (uint8_t*) (&bcolor->x), 0, val->float32, 0, 1, 1) 324 0, val->float32, 0, 1, 1);
|
| tu_clear_blit.c | 108 clear_value[0] = float3_to_rgb9e5(val->color.float32); 121 float linear = val->color.float32[i]; 123 linear = util_format_linear_to_srgb_float(val->color.float32[i]); 130 clear_value[i] = _mesa_float_to_half(val->color.float32[i]); 2363 memcpy(tmp, val->color.float32, 4 * sizeof(float)); 2396 clear_value[0] = float3_to_r11g11b10f(val->color.float32); 2409 memcpy(clear_value, val->color.float32, 4 * sizeof(float));
|
| tu_device.c | 1536 &(VkClearColorValue) { .float32[3] = 1.0f }, false); 1540 &(VkClearColorValue) { .float32[0 ... 3] = 1.0f }, false);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_clear.c | 78 color.float32[0] = pcolor->f[0]; 79 color.float32[1] = pcolor->f[1]; 80 color.float32[2] = pcolor->f[2]; 81 color.float32[3] = pcolor->f[3]; 137 color.float32[0] = pcolor->f[0]; 138 color.float32[1] = pcolor->f[1]; 139 color.float32[2] = pcolor->f[2]; 140 color.float32[3] = pcolor->f[3];
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| tu_formats.c | 479 float float32; member in union:tu_clear_component_value 495 packed = tu_pack_float32_for_unorm(val.float32, ch->size); 497 packed = tu_pack_float32_for_uscaled(val.float32, ch->size); 505 packed = tu_pack_float32_for_snorm(val.float32, ch->size); 507 packed = tu_pack_float32_for_sscaled(val.float32, ch->size); 512 packed = tu_pack_float32_for_sfloat(val.float32, ch->size); 552 tmp.float32 = val->depthStencil.depth;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/ |
| addrelemlib.h | 223 ADDR_FLT_32 comps[4], BOOL_32 clearColor, BOOL_32 float32);
|
| addrelemlib.cpp | 1681 * If float32 is set, full precision is used, else the mantissa is reduced to 12-bits 1690 BOOL_32 float32) ///< [in] TRUE if float32 component (BLEND_FLOAT32) 1709 if (float32)
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/ |
| addrelemlib.h | 223 ADDR_FLT_32 comps[4], BOOL_32 clearColor, BOOL_32 float32);
|
| addrelemlib.cpp | 1681 * If float32 is set, full precision is used, else the mantissa is reduced to 12-bits 1690 BOOL_32 float32) ///< [in] TRUE if float32 component (BLEND_FLOAT32) 1709 if (float32)
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/ |
| addrelemlib.h | 223 ADDR_FLT_32 comps[4], BOOL_32 clearColor, BOOL_32 float32);
|
| addrelemlib.cpp | 1681 * If float32 is set, full precision is used, else the mantissa is reduced to 12-bits 1690 BOOL_32 float32) ///< [in] TRUE if float32 component (BLEND_FLOAT32) 1709 if (float32)
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dvx_device.c | 318 util_pack_color(color->float32, PIPE_FORMAT_R8G8B8A8_UNORM, &uc); 329 util_pack_color(color->float32, PIPE_FORMAT_R16G16B16A16_FLOAT, &uc);
|
| v3dv_meta_clear.c | 55 util_pack_color(color->float32, pipe_image_format, &uc); 1046 clear_color->float32);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_formats.c | 1091 clear_vals[0] = float3_to_r11g11b10f(value->float32); 1095 clear_vals[0] = float3_to_rgb9e5(value->float32); 1118 if (value->float32[0] != value->float32[1] || value->float32[0] != value->float32[2]) 1145 v = util_format_linear_float_to_srgb_8unorm(value->float32[c]); 1147 float f = MIN2(value->float32[c], 1.0f); 1165 memcpy(&v, &value->float32[c], 4); 1167 v = _mesa_float_to_float16_rtz(value->float32[c]) [all...] |
| radv_meta_clear.c | 1736 values[i] = clear_value->float32[i] != 0.0F; 1737 if (clear_value->float32[i] != 0.0F && clear_value->float32[i] != 1.0F) 2350 internal_clear_value.color.uint32[0] = float3_to_rgb9e5(clear_value->color.float32); 2371 r = float_to_ubyte(clear_value->color.float32[0]) >> 4; 2372 g = float_to_ubyte(clear_value->color.float32[1]) >> 4;
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/log/ |
| log_event_list.h | 52 float float32; member in union:__anon236::__anon237
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui_memory_editor.h | 710 float float32 = 0.0f; 711 EndianessCopy(&float32, buf, size); 712 if (data_format == DataFormat_Dec) { ImSnprintf(out_buf, out_buf_size, "%f", float32); return; } 713 if (data_format == DataFormat_Hex) { ImSnprintf(out_buf, out_buf_size, "%a", float32); return; }
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_memory_editor.h | 705 float float32 = 0.0f; 706 EndianessCopy(&float32, buf, size); 707 if (data_format == DataFormat_Dec) { snprintf(out_buf, out_buf_size, "%f", float32); return; } 708 if (data_format == DataFormat_Hex) { snprintf(out_buf, out_buf_size, "%a", float32); return; }
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_perf.c | 460 results[c].float32 =
|
| anv_device.c | 2724 [VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK] = { .float32 = { 0.0, 0.0, 0.0, 0.0 } }, 2725 [VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK] = { .float32 = { 0.0, 0.0, 0.0, 1.0 } }, 2726 [VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE] = { .float32 = { 1.0, 1.0, 1.0, 1.0 } }, 2737 [VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK] = { .float32 = { 0.0, 0.0, 0.0, 0.0 } }, 2738 [VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK] = { .float32 = { 0.0, 0.0, 0.0, 1.0 } }, 2739 [VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE] = { .float32 = { 1.0, 1.0, 1.0, 1.0 } },
|
| anv_private.h | 4496 float float32[4]; member in struct:hsw_border_color 4504 float float32[4]; member in union:gfx8_border_color::__anon2523
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_device.c | 1886 float float32[4]; member in union:gen8_border_color::__anon4814 1897 [VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK] = { .float32 = { 0.0, 0.0, 0.0, 0.0 } }, 1898 [VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK] = { .float32 = { 0.0, 0.0, 0.0, 1.0 } }, 1899 [VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE] = { .float32 = { 1.0, 1.0, 1.0, 1.0 } },
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| nir_to_dxil.c | 1108 const struct dxil_type *float32 = dxil_module_get_float_type(&ctx->mod, 32); local 1109 const struct dxil_type *array_type = dxil_module_get_array_type(&ctx->mod, float32, size);
|