Home
last modified time | relevance | path

Searched refs:Dt (Results 1 – 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_shadow_funcs.txt94 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 …]
DEXT_shadow_samplers.txt143 { 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/
DEXT_shadow_funcs.txt94 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 …]
DEXT_shadow_samplers.txt143 { 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/
DARMInstrNEON.td623 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 …]
DARMInstrFormats.td2326 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/
D000005.mat1 …3��j��{�<W/i����������i��|�����G^<?߳�����]�t������ ��Dt��N�� �":@D'������ ��Dt��N�…
D000002.mat1 …3��j��{�<W/i����������i��|�����G^<?߳�����]�t������ ��Dt��N�� �":@D'������ ��Dt��N�…
D000004.mat1 …3��j��{�<W/i����������i��|�����G^<?߳�����]�t������ ��Dt��N�� �":@D'������ ��Dt��N�…
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shadow.txt174 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
DARB_fragment_program_shadow.txt202 # 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:
DARB_shadow_ambient.txt156 { 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
DARB_stencil_texturing.txt131 "Let Dt be the depth texture value and St be the stencil index component
142 r = Dt
/third_party/openGLES/extensions/ARB/
DARB_shadow.txt184 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
DARB_shadow_ambient.txt166 { 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
DARB_fragment_program_shadow.txt212 # 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:
DARB_stencil_texturing.txt141 "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/
DTimeProfiler.cpp41 Entry(TimePointType &&S, TimePointType &&E, std::string &&N, std::string &&Dt) in Entry()
43 Detail(std::move(Dt)) {} in Entry()
/third_party/e2fsprogs/po/
Dat-expand.pl43 "#. %Dt <dirent> -> filetype\n",
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp1266 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/
DKHR_texture_compression_astc_hdr.txt1630 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/
DKHR_texture_compression_astc_hdr.txt1641 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/
DOES_texture_compression_astc.txt1740 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/
DOES_texture_compression_astc.txt1751 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/
Dplotlyjs-bundle.js1Dt=(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

123