/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | fragmentdensitymapops.txt | 10 When a fragment is generated in a render pass that has a fragment density 14 their fragment area property is derived from the density map with the 17 * <<fragmentdensitymap-fetch-density-value,Fetch density value>> 26 [[fragmentdensitymap-fetch-density-value]] 30 texel from the fragment density map at integer coordinates: 53 When multiview is enabled for the render pass and the fragment density map 55 density map layer that the texel is fetched from is: 63 The texel fetched from the density map at [eq]#(i,j,layer)# is next 64 converted to density with the following operations. 78 The swizzled texel's components are mapped to a density value: [all …]
|
/third_party/cups-filters/cupsfilters/ |
D | cmyk.c | 1034 density, /* Density value */ in cupsCMYKLoad() local 1156 if (sscanf(attr->value, "%f%f", &gamval, &density) == 2) in cupsCMYKLoad() 1161 cupsCMYKSetGamma(cmyk, 0, gamval, density); in cupsCMYKLoad() 1164 cupsCMYKSetGamma(cmyk, 3, gamval, density); in cupsCMYKLoad() 1168 cupsCMYKSetGamma(cmyk, 5, gamval, density); in cupsCMYKLoad() 1204 if (sscanf(attr->value, "%f%f", &gamval, &density) == 2) in cupsCMYKLoad() 1209 cupsCMYKSetGamma(cmyk, 0, gamval, density); in cupsCMYKLoad() 1212 cupsCMYKSetGamma(cmyk, 3, gamval, density); in cupsCMYKLoad() 1216 cupsCMYKSetGamma(cmyk, 5, gamval, density); in cupsCMYKLoad() 1245 if (sscanf(attr->value, "%f%f", &gamval, &density) == 2) in cupsCMYKLoad() [all …]
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_fog_layers.txt | 25 specified using a density profile of the fog with respect to the 26 elevation using "control" points to represent (elevation, density) 27 tuples. The density is assumed to vary linearly between successive 41 is this density profile specification good enough ? The problem 79 In addition to uniform fog density, fog layers can be specified. 81 density between successive fog layers is implementation dependent. 82 The density profile of the fog with respect to elevation is 87 negative), and the second value specifies the fog density at that 88 elevation. The fog density values are clamped to the range [0.0, 89 1.0]. The elevations in the specification of the density profile [all …]
|
D | SGIX_fog_patchy.txt | 26 uniform fog density and fog layers can only specify a constant 27 density at a given elevation. The SGIX_fog_texture openGL 29 modulate the fog density at a given elevation. The goal of this 61 In addition to uniform fog density and fog layers, patchy fog can 63 the fog density with a texture. 66 density (d) ___| | | | 98 density (d) and the distance between the viewpoint and the 113 density (d), the distance between the viewpoint and the fragment in eye 114 space (r), and the patchy fog texture (p). In the hardware, the density
|
D | SGIX_fog_texture.txt | 28 place of fog fragment attributes such as fog color, fog density 30 no internal format constraint of the image. Fog density and patchy
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_fog_layers.txt | 25 specified using a density profile of the fog with respect to the 26 elevation using "control" points to represent (elevation, density) 27 tuples. The density is assumed to vary linearly between successive 41 is this density profile specification good enough ? The problem 79 In addition to uniform fog density, fog layers can be specified. 81 density between successive fog layers is implementation dependent. 82 The density profile of the fog with respect to elevation is 87 negative), and the second value specifies the fog density at that 88 elevation. The fog density values are clamped to the range [0.0, 89 1.0]. The elevations in the specification of the density profile [all …]
|
D | SGIX_fog_patchy.txt | 26 uniform fog density and fog layers can only specify a constant 27 density at a given elevation. The SGIX_fog_texture openGL 29 modulate the fog density at a given elevation. The goal of this 61 In addition to uniform fog density and fog layers, patchy fog can 63 the fog density with a texture. 66 density (d) ___| | | | 98 density (d) and the distance between the viewpoint and the 113 density (d), the distance between the viewpoint and the fragment in eye 114 space (r), and the patchy fog texture (p). In the hardware, the density
|
D | SGIX_fog_texture.txt | 28 place of fog fragment attributes such as fog color, fog density 30 no internal format constraint of the image. Fog density and patchy
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_fragment_density_map2.txt | 22 `apiext:VK_EXT_fragment_density_map` in order to reduce fragment density map 46 By default, the fragment density map is locked by the host for reading 53 Apps may wish to modify the fragment density map just before draw execution. 63 // Create view for fragment density map 75 // Begin fragment density map render pass with deferred view. 84 // Can keep making modifications to deferred fragment density maps
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_texture_foveated2.txt | 40 This extension adds a new texture parameter that specifies a pixel density 61 …TEXTURE_FOVEATED_CUTOFF_DENSITY_QCOM | R[0.0,1.0] | GetTexParameter{if}v | 0.0 | Pixel density thr… 63 This parameter defines the cutoff pixel density for a given focal 91 RESOLVED: After a draw operation where the foveation density cutoff 94 the regions of the texture that are above the cutoff pixel density, as
|
D | QCOM_texture_foveated.txt | 129 …PIXEL_DENSITY_QCOM | R[0.0,1.0] | GetTexParameter{if}v | 0.0 | Minimum pixel density allowed | 8.19 164 TEXTURE_FOVEATED_MIN_PIXEL_DENSITY_QCOM defines the minimum pixel density 181 Quality in the scaled bin method is defined as a minimum pixel density 227 density allowed for a given focal point at the location (px,py) on a 471 5 10/6/17 tateh Changed max scale factor to min pixel density
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | denseranges.cpp | 102 int32_t density, in uprv_makeDenseRanges() argument 112 if(length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges() 145 if(length>num*2 && length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges()
|
D | denseranges.h | 38 int32_t density,
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | denseranges.cpp | 102 int32_t density, in uprv_makeDenseRanges() argument 112 if(length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges() 145 if(length>num*2 && length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges()
|
D | denseranges.h | 38 int32_t density,
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | denseranges.cpp | 102 int32_t density, in uprv_makeDenseRanges() argument 112 if(length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges() 145 if(length>num*2 && length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges()
|
D | denseranges.h | 38 int32_t density,
|
/third_party/icu/icu4c/source/test/intltest/ |
D | transrt.cpp | 271 const UnicodeSet &abbreviateSet(const UnicodeSet &set, bool abbreviated, int density, in abbreviateSet() argument 279 perRange = density / perRange; in abbreviateSet() 341 int32_t density = 100); 353 void test2(UBool quick, int32_t density); 444 int32_t density) in test() argument 512 test2(quickRt, density); in test() 539 void RTTest::test2(UBool quickRt, int32_t density) { in test2() argument 681 usi.reset(abbreviateSet(sourceRangeMinusFailures, quickRt, density, copy)); in test2() 686 usi2.reset(abbreviateSet(sourceRangeMinusFailures, quickRt, density, copy2)); in test2() 794 usi.reset(abbreviateSet(targetRangeMinusFailures, quickRt, density, copy)); in test2() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | RoundTripTest.java | 106 public void reset(UnicodeSet newSet, boolean abb, int density) { in reset() argument 111 perRange = density / perRange; in reset() 1105 private int density = 100; field in RoundTripTest.TransliterationTest 1125 this.density = dens; in TransliterationTest() 1460 usi.reset(sourceRangeMinusFailures, quickRt, density); in checkSourceTargetDoubles() 1472 usi2.reset(sourceRangeMinusFailures, quickRt, density); in checkSourceTargetDoubles() 1567 usi.reset(targetRangeMinusFailures, quickRt, density); 1580 usi2.reset(targetRangeMinusFailures, quickRt, density);
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RoundTripTest.java | 84 private static UnicodeSet abbreviateSet(UnicodeSet set, boolean abbreviated, int density) { in abbreviateSet() argument 91 perRange = density / perRange; in abbreviateSet() 1090 private int density = 100; field in RoundTripTest.TransliterationTest 1110 this.density = dens; in TransliterationTest() 1445 usi.reset(abbreviateSet(sourceRangeMinusFailures, quickRt, density)); in checkSourceTargetDoubles() 1457 usi2.reset(abbreviateSet(sourceRangeMinusFailures, quickRt, density)); in checkSourceTargetDoubles() 1552 usi.reset(abbreviateSet(targetRangeMinusFailures, quickRt, density)); 1565 usi2.reset(abbreviateSet(targetRangeMinusFailures, quickRt, density));
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
D | scsi.h | 139 unsigned char density; member
|
/third_party/musl/ndk_musl_include/scsi/ |
D | scsi.h | 139 unsigned char density; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
D | scsi.h | 139 unsigned char density; member
|
/third_party/musl/include/scsi/ |
D | scsi.h | 139 unsigned char density; member
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
D | scsi.h | 139 unsigned char density; member
|