/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shadow_funcs.txt | 94 r = Dt 100 { 1.0, if R <= Dt 102 { 0.0, if R > Dt 106 { 1.0, if R >= Dt 108 { 0.0, if R < Dt 112 { 1.0, if R < Dt 114 { 0.0, if R >= Dt 118 { 1.0, if R > Dt 120 { 0.0, if R <= Dt 124 { 1.0, if R == Dt [all …]
|
D | EXT_shadow_samplers.txt | 143 { 1.0, if D_ref <= Dt 145 { 0.0, if D_ref > Dt 147 { 1.0, if D_ref >= Dt 149 { 0.0, if D_ref < Dt 151 { 1.0, if D_ref < Dt 153 { 0.0, if D_ref >= Dt 155 { 1.0, if D_ref > Dt 157 { 0.0, if D_ref < Dt 159 { 1.0, if D_ref == Dt 161 { 0.0, if D_ref != Dt [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shadow_funcs.txt | 94 r = Dt 100 { 1.0, if R <= Dt 102 { 0.0, if R > Dt 106 { 1.0, if R >= Dt 108 { 0.0, if R < Dt 112 { 1.0, if R < Dt 114 { 0.0, if R >= Dt 118 { 1.0, if R > Dt 120 { 0.0, if R <= Dt 124 { 1.0, if R == Dt [all …]
|
D | EXT_shadow_samplers.txt | 143 { 1.0, if D_ref <= Dt 145 { 0.0, if D_ref > Dt 147 { 1.0, if D_ref >= Dt 149 { 0.0, if D_ref < Dt 151 { 1.0, if D_ref < Dt 153 { 0.0, if D_ref >= Dt 155 { 1.0, if D_ref > Dt 157 { 0.0, if D_ref < Dt 159 { 1.0, if D_ref == Dt 161 { 0.0, if D_ref != Dt [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 623 class VLD1D<bits<4> op7_4, string Dt, Operand AddrMode> 626 "vld1", Dt, "$Vd, $Rn", "", []>, Sched<[WriteVLD1]> { 631 class VLD1Q<bits<4> op7_4, string Dt, Operand AddrMode> 634 "vld1", Dt, "$Vd, $Rn", "", []>, Sched<[WriteVLD2]> { 651 multiclass VLD1DWB<bits<4> op7_4, string Dt, Operand AddrMode> { 654 "vld1", Dt, "$Vd, $Rn!", 662 "vld1", Dt, "$Vd, $Rn, $Rm", 668 multiclass VLD1QWB<bits<4> op7_4, string Dt, Operand AddrMode> { 671 "vld1", Dt, "$Vd, $Rn!", 679 "vld1", Dt, "$Vd, $Rn, $Rm", [all …]
|
D | ARMInstrFormats.td | 2326 string Dt, list<dag> pattern> 2328 OpcodeStr, Dt, "$Vd, $Vm", "", pattern> { 2435 string OpcodeStr, string Dt, list<dag> pattern> 2437 Dt, "$Vd, $Vn, $Vm", "", pattern> {
|
/third_party/mindspore/tests/ut/data/dataset/testSBData/sbd/cls/ |
D | 000005.mat | 1 …3��j��{�<W/i����������i��|�����G^<?߳����]�t���� �Dt��N� ":@D'��� �Dt��N…
|
D | 000002.mat | 1 …3��j��{�<W/i����������i��|�����G^<?߳����]�t���� �Dt��N� ":@D'��� �Dt��N…
|
D | 000004.mat | 1 …3��j��{�<W/i����������i��|�����G^<?߳����]�t���� �Dt��N� ":@D'��� �Dt��N…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shadow.txt | 174 Let Dt (D subscript t) be the depth texture value, in the range 181 r = Dt 187 { 1.0, if R <= Dt 189 { 0.0, if R > Dt 193 { 1.0, if R >= Dt 195 { 0.0, if R < Dt
|
D | ARB_fragment_program_shadow.txt | 202 # A simple example of shadow map (R <= Dt) 211 ALIAS Dt = Result; 212 TEX Dt, fragment.texcoord[0], texture[0], 2D; 213 SGE Result, Dt.x, fragment.texcoord[0].z; # R <= Dt 217 # A simple example of shadow map (R<= Dt) 224 # Remember also that to get R <= Dt to set:
|
D | ARB_shadow_ambient.txt | 156 { 1.0, if R <= Dt 158 { TEXTURE_COMPARE_FAIL_VALUE_ARB, if R > Dt 162 { 1.0, if R >= Dt 164 { TEXTURE_COMPARE_FAIL_VALUE_ARB, if R < Dt
|
D | ARB_stencil_texturing.txt | 131 "Let Dt be the depth texture value and St be the stencil index component 142 r = Dt
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shadow.txt | 184 Let Dt (D subscript t) be the depth texture value, in the range 191 r = Dt 197 { 1.0, if R <= Dt 199 { 0.0, if R > Dt 203 { 1.0, if R >= Dt 205 { 0.0, if R < Dt
|
D | ARB_shadow_ambient.txt | 166 { 1.0, if R <= Dt 168 { TEXTURE_COMPARE_FAIL_VALUE_ARB, if R > Dt 172 { 1.0, if R >= Dt 174 { TEXTURE_COMPARE_FAIL_VALUE_ARB, if R < Dt
|
D | ARB_fragment_program_shadow.txt | 212 # A simple example of shadow map (R <= Dt) 221 ALIAS Dt = Result; 222 TEX Dt, fragment.texcoord[0], texture[0], 2D; 223 SGE Result, Dt.x, fragment.texcoord[0].z; # R <= Dt 227 # A simple example of shadow map (R<= Dt) 234 # Remember also that to get R <= Dt to set:
|
D | ARB_stencil_texturing.txt | 141 "Let Dt be the depth texture value and St be the stencil index component 152 r = Dt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TimeProfiler.cpp | 41 Entry(TimePointType &&S, TimePointType &&E, std::string &&N, std::string &&Dt) in Entry() 43 Detail(std::move(Dt)) {} in Entry()
|
/third_party/e2fsprogs/po/ |
D | at-expand.pl | 43 "#. %Dt <dirent> -> filetype\n",
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 1266 int Dt = block_h <= 1 ? 0 : (1024 + block_h / 2) / (block_h - 1); in compute_infill_weights() local 1272 int ct = Dt * t; in compute_infill_weights()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 1630 For each block dimension, we compute scale factors (Ds, Dt) 1633 Dt = floor( (1024 + floor(Bt/2)) / (Bt-1) ); 1640 ct = Dt * t;
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 1641 For each block dimension, we compute scale factors (Ds, Dt) 1644 Dt = floor( (1024 + floor(Bt/2)) / (Bt-1) ); 1651 ct = Dt * t;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_compression_astc.txt | 1740 For each block dimension, we compute scale factors (Ds, Dt, Dr) 1743 Dt = floor( (1024 + floor(Bt/2)) / (Bt-1) ); 1751 ct = Dt * t;
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_compression_astc.txt | 1751 For each block dimension, we compute scale factors (Ds, Dt, Dr) 1754 Dt = floor( (1024 + floor(Bt/2)) / (Bt-1) ); 1762 ct = Dt * t;
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …Dt=(u+(n=n+Math.imul(I,dt)|0)|0)+((8191&(i=(i=i+Math.imul(I,mt)|0)+Math.imul(N,dt)|0))<<13)|0;u=((… field
|