/third_party/mesa3d/src/amd/registers/ |
D | regdb.py | 725 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/ |
D | Draw.cpp | 69 boolean remapped = FALSE; in ResolveState() local 77 remapped = TRUE; in ResolveState() 80 if (remapped) { in ResolveState()
|
/third_party/pulseaudio/src/pulsecore/ |
D | source.c | 1287 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 …]
|
D | sink.c | 1724 pa_cvolume remapped; in compute_reference_ratio() local 1737 remapped = i->sink->reference_volume; in compute_reference_ratio() 1738 pa_cvolume_remap(&remapped, &i->sink->channel_map, &i->channel_map); in compute_reference_ratio() 1745 if (remapped.values[c] <= PA_VOLUME_MUTED) in compute_reference_ratio() 1751 remapped.values[c]) == i->volume.values[c]) in compute_reference_ratio() 1756 remapped.values[c]); in compute_reference_ratio() 1795 pa_cvolume remapped; in compute_real_ratios() local 1817 remapped = s->real_volume; in compute_real_ratios() 1818 pa_cvolume_remap(&remapped, &s->channel_map, &i->channel_map); in compute_real_ratios() 1825 if (remapped.values[c] <= PA_VOLUME_MUTED) { in compute_real_ratios() [all …]
|
D | source-output.c | 455 pa_cvolume remapped; in pa_source_output_new() local 459 remapped = data->source->reference_volume; in pa_source_output_new() 460 pa_cvolume_remap(&remapped, &data->source->channel_map, &data->channel_map); in pa_source_output_new() 461 pa_sw_cvolume_multiply(&o->volume, &data->volume, &remapped); in pa_source_output_new()
|
D | sink-input.c | 508 pa_cvolume remapped; in pa_sink_input_new() local 512 remapped = data->sink->reference_volume; in pa_sink_input_new() 513 pa_cvolume_remap(&remapped, &data->sink->channel_map, &data->channel_map); in pa_sink_input_new() 514 pa_sw_cvolume_multiply(&i->volume, &data->volume, &remapped); in pa_sink_input_new()
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_expand_normal.txt | 90 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
|
D | NV_texture_compression_latc.txt | 271 lum1 equals -128, This is because if lum0 were remapped to
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texture_expand_normal.txt | 90 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
|
D | NV_texture_compression_latc.txt | 271 lum1 equals -128, This is because if lum0 were remapped to
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | README.md | 49 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/ |
D | symbolize_test.cc | 344 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/ |
D | index.md | 373 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/ |
D | 959.wgsl | 3 // MSL. Use some high binding numbers to also test that the remapped numbers are
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.3.rst | 183 - nir: mark XFB varyings as unmoveable to prevent them to be remapped
|
D | 7.9.1.rst | 398 - r300/compiler: Don't allow presubtract sources to be remapped twice
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | ShaderModuleMTL.mm | 147 "Could not find remapped name for entry point.");
|
/third_party/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 469 bool remapped = false; in visitSymbol() local 477 remapped = true; in visitSymbol() 480 if (!remapped) in visitSymbol()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_sRGB.txt | 455 then remapped with the GL_EXPAND_NORMAL_NV mode. In contrast, 457 with a GL_SRGB8_ALPHA8 internal format and then remapped with
|
D | EXT_texture_compression_bptc.txt | 333 this color is remapped according to:
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_sRGB.txt | 455 then remapped with the GL_EXPAND_NORMAL_NV mode. In contrast, 457 with a GL_SRGB8_ALPHA8 internal format and then remapped with
|
D | EXT_texture_compression_bptc.txt | 334 this color is remapped according to:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_generated_commands/ |
D | indirectcommands.txt | 578 // the indexType may optionally be remapped
|
D | indirectcommands.adoc | 606 // the indexType may optionally be remapped
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_compression_bptc.txt | 402 this color is remapped according to:
|