Home
last modified time | relevance | path

Searched refs:remapped (Results 1 – 25 of 44) sorted by relevance

12

/third_party/mesa3d/src/amd/registers/
Dregdb.py725 remapped = enum_ref + suffix if enum_ref in self.__enums else enum_ref
727 while remapped in self.__enums:
728 remapped = enum_ref + suffix + str(i)
730 self.add_enum(remapped, enum)
731 enum_remap[enum_ref] = remapped
736 remapped = type_ref + suffix if type_ref in self.__register_types else type_ref
738 while remapped in self.__register_types:
739 remapped = type_ref + suffix + str(i)
741 self.add_register_type(remapped, regtype)
742 regtype_remap[type_ref] = remapped
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDraw.cpp69 boolean remapped = FALSE; in ResolveState() local
77 remapped = TRUE; in ResolveState()
80 if (remapped) { in ResolveState()
/third_party/openGLES/extensions/NV/
DNV_texture_expand_normal.txt90 RESOLVED: The unsigned components are remapped; the signed
116 (5) Are texture border color components remapped?
119 border color components are remapped identically to normal texel
DNV_texture_compression_latc.txt271 lum1 equals -128, This is because if lum0 were remapped to
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_expand_normal.txt90 RESOLVED: The unsigned components are remapped; the signed
116 (5) Are texture border color components remapped?
119 border color components are remapped identically to normal texel
DNV_texture_compression_latc.txt271 lum1 equals -128, This is because if lum0 were remapped to
/third_party/pulseaudio/src/pulsecore/
Dsource.c1287 pa_cvolume remapped; in compute_reference_ratio() local
1300 remapped = o->source->reference_volume; in compute_reference_ratio()
1301 pa_cvolume_remap(&remapped, &o->source->channel_map, &o->channel_map); in compute_reference_ratio()
1308 if (remapped.values[c] <= PA_VOLUME_MUTED) in compute_reference_ratio()
1314 remapped.values[c]) == o->volume.values[c]) in compute_reference_ratio()
1319 remapped.values[c]); in compute_reference_ratio()
1358 pa_cvolume remapped; in compute_real_ratios() local
1380 remapped = s->real_volume; in compute_real_ratios()
1381 pa_cvolume_remap(&remapped, &s->channel_map, &o->channel_map); in compute_real_ratios()
1388 if (remapped.values[c] <= PA_VOLUME_MUTED) { in compute_real_ratios()
[all …]
Dsink.c1773 pa_cvolume remapped; in compute_reference_ratio() local
1786 remapped = i->sink->reference_volume; in compute_reference_ratio()
1787 pa_cvolume_remap(&remapped, &i->sink->channel_map, &i->channel_map); in compute_reference_ratio()
1794 if (remapped.values[c] <= PA_VOLUME_MUTED) in compute_reference_ratio()
1800 remapped.values[c]) == i->volume.values[c]) in compute_reference_ratio()
1805 remapped.values[c]); in compute_reference_ratio()
1844 pa_cvolume remapped; in compute_real_ratios() local
1866 remapped = s->real_volume; in compute_real_ratios()
1867 pa_cvolume_remap(&remapped, &s->channel_map, &i->channel_map); in compute_real_ratios()
1874 if (remapped.values[c] <= PA_VOLUME_MUTED) { in compute_real_ratios()
[all …]
Dsource-output.c457 pa_cvolume remapped; in pa_source_output_new() local
461 remapped = data->source->reference_volume; in pa_source_output_new()
462 pa_cvolume_remap(&remapped, &data->source->channel_map, &data->channel_map); in pa_source_output_new()
463 pa_sw_cvolume_multiply(&o->volume, &data->volume, &remapped); in pa_source_output_new()
Dsink-input.c571 pa_cvolume remapped; in pa_sink_input_new() local
575 remapped = data->sink->reference_volume; in pa_sink_input_new()
576 pa_cvolume_remap(&remapped, &data->sink->channel_map, &data->channel_map); in pa_sink_input_new()
577 pa_sw_cvolume_multiply(&i->volume, &data->volume, &remapped); in pa_sink_input_new()
/third_party/node/deps/v8/src/third_party/utf8-decoder/
DREADME.v815 - The transitions have been remapped to represent both a state transition and a
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
DREADME.md49 4. Store remapped image and final palette.
117 …tte fits image given to `liq_quantize_image()`. If a different image is remapped with `liq_write_r…
222 Returns pointer to palette optimized for image that has been quantized or remapped (final refinemen…
357 Similar to `liq_write_remapped_image()`. Writes remapped image, at 1 byte per pixel, to each row po…
367 …on (square of difference between pixel values in the original image and remapped image). Alpha cha…
439 Sets gamma correction for generated palette and remapped image. Must be > 0 and < 1, e.g. `0.45455`…
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_test.cc344 void *remapped = reinterpret_cast<void *>( in TEST() local
348 void *ret = mremap(addr, kPageSize, kPageSize, kMremapFlags, remapped); in TEST()
/third_party/icu/docs/userguide/locale/
Dindex.md373 6. The following IANA registered ISO 3066 names are remapped: art_LOJBAN =>
380 7. The following .NET identifiers are remapped: "" (empty string) =>
384 string is not remapped if a keyword list is present.
386 8. Variants specifying collation are remapped to collation keyword specifiers,
391 9. Variants specifying a calendar are remapped to calendar keyword specifiers,
400 1. Language identifiers that have been superseded will not be remapped. In
411 2. The behavior of level 2 canonicalization when presented with a remapped ID
/third_party/skia/third_party/externals/tint/test/bug/tint/
D959.wgsl3 // MSL. Use some high binding numbers to also test that the remapped numbers are
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp402 bool remapped = false; in visitSymbol() local
408 remapped = true; in visitSymbol()
411 if (!remapped) in visitSymbol()
/third_party/mesa3d/docs/relnotes/
D22.0.3.rst183 - nir: mark XFB varyings as unmoveable to prevent them to be remapped
D7.9.1.rst398 - r300/compiler: Don't allow presubtract sources to be remapped twice
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DShaderModuleMTL.mm147 "Could not find remapped name for entry point.");
/third_party/openGLES/extensions/EXT/
DEXT_texture_sRGB.txt455 then remapped with the GL_EXPAND_NORMAL_NV mode. In contrast,
457 with a GL_SRGB8_ALPHA8 internal format and then remapped with
DEXT_texture_compression_bptc.txt334 this color is remapped according to:
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_sRGB.txt455 then remapped with the GL_EXPAND_NORMAL_NV mode. In contrast,
457 with a GL_SRGB8_ALPHA8 internal format and then remapped with
DEXT_texture_compression_bptc.txt333 this color is remapped according to:
DEXT_texture_compression_latc.txt416 This is because if lum0 were remapped to -127 prior to the comparison
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_generated_commands/
Dindirectcommands.txt578 // the indexType may optionally be remapped

12