Home
last modified time | relevance | path

Searched refs:sampleType (Results 1 - 21 of 21) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java357 public boolean isLimited(SampleType sampleType) {
1122 public final SampleType sampleType; field in PluralRules.FixedDecimalSamples
1139 * @param sampleType
1142 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { in FixedDecimalSamples() argument
1144 this.sampleType = sampleType; in FixedDecimalSamples()
1228 StringBuilder b = new StringBuilder("@").append(sampleType.toString().toLowerCase(Locale.ENGLISH)); in toString()
1282 boolean isLimited(SampleType sampleType); in isLimited() argument
1549 if (integerSamples.sampleType == SampleType.DECIMAL) { in parseRule()
1557 if (integerSamples.sampleType ! in parseRule()
1653 isLimited(SampleType sampleType) isLimited() argument
1742 isLimited(SampleType sampleType) isLimited() argument
1770 isLimited(SampleType sampleType) isLimited() argument
1819 isLimited(SampleType sampleType) isLimited() argument
1903 isLimited(String keyword, SampleType sampleType) isLimited() argument
1912 computeLimited(String keyword, SampleType sampleType) computeLimited() argument
1957 getDecimalSamples(String keyword, SampleType sampleType) getDecimalSamples() argument
2254 getSamples(String keyword, SampleType sampleType) getSamples() argument
2319 getDecimalSamples(String keyword, SampleType sampleType) getDecimalSamples() argument
2456 getKeywordStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue, SampleType sampleType) getKeywordStatus() argument
2555 isLimited(String keyword, SampleType sampleType) isLimited() argument
2565 computeLimited(String keyword, SampleType sampleType) computeLimited() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPipelineLayout.cpp115 (modifiedEntry->texture.sampleType != wgpu::TextureSampleType::Undefined) == in CreateDefault()
116 (mergedEntry.texture.sampleType != wgpu::TextureSampleType::Undefined) && in CreateDefault()
125 if (modifiedEntry->texture.sampleType != wgpu::TextureSampleType::Undefined) { in CreateDefault()
131 ASSERT(mergedEntry.texture.sampleType != wgpu::TextureSampleType::Float); in CreateDefault()
133 modifiedEntry->texture.sampleType == mergedEntry.texture.sampleType || in CreateDefault()
134 (modifiedEntry->texture.sampleType == wgpu::TextureSampleType::Float && in CreateDefault()
135 mergedEntry.texture.sampleType == wgpu::TextureSampleType::UnfilterableFloat); in CreateDefault()
190 entry.texture.sampleType = wgpu::TextureSampleType::Depth; in CreateDefault()
193 entry.texture.sampleType in CreateDefault()
[all...]
H A DBindGroupLayout.cpp98 if (entry.texture.sampleType != wgpu::TextureSampleType::Undefined) { in ValidateBindGroupLayoutEntry()
102 DAWN_TRY(ValidateTextureSampleType(texture.sampleType)); in ValidateBindGroupLayoutEntry()
199 return a.texture.sampleType != b.texture.sampleType || in operator !=()
234 } else if (binding.texture.sampleType != wgpu::TextureSampleType::Undefined) { in CreateBindGroupLayoutInfo()
318 if (aInfo.texture.sampleType != bInfo.texture.sampleType) { in SortBindingsCompare()
319 return aInfo.texture.sampleType < bInfo.texture.sampleType; in SortBindingsCompare()
455 info.texture.sampleType, inf in ComputeContentHash()
[all...]
H A DFormat.cpp43 SampleTypeBit SampleTypeToSampleTypeBit(wgpu::TextureSampleType sampleType) { in SampleTypeToSampleTypeBit() argument
44 switch (sampleType) { in SampleTypeToSampleTypeBit()
57 if (sampleType == wgpu::TextureSampleType::Undefined) { in SampleTypeToSampleTypeBit()
84 return static_cast<SampleTypeBit>(1 << (static_cast<uint32_t>(sampleType) - 1)); in SampleTypeToSampleTypeBit()
H A DFormat.h61 SampleTypeBit SampleTypeToSampleTypeBit(wgpu::TextureSampleType sampleType);
H A DBindingInfo.cpp84 } else if (entry.texture.sampleType != wgpu::TextureSampleType::Undefined) { in IncrementBindingCounts()
H A DShaderModule.cpp509 DAWN_INVALID_IF((SampleTypeToSampleTypeBit(layoutInfo.texture.sampleType) &
1150 // sampleType does not match.
1151 ASSERT(textureInfo.texture.sampleType != wgpu::TextureSampleType::Undefined &&
1152 textureInfo.texture.sampleType != wgpu::TextureSampleType::Uint &&
1153 textureInfo.texture.sampleType != wgpu::TextureSampleType::Sint);
1156 textureInfo.texture.sampleType == wgpu::TextureSampleType::UnfilterableFloat,
H A DBindGroup.cpp143 SampleTypeToSampleTypeBit(bindingInfo.texture.sampleType); in ValidateTextureBinding()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java372 public boolean isLimited(SampleType sampleType) {
1153 public final SampleType sampleType; field in PluralRules.DecimalQuantitySamples
1168 * @param sampleType
1171 private DecimalQuantitySamples(SampleType sampleType, Set<DecimalQuantitySamplesRange> samples, boolean bounded) { in DecimalQuantitySamples() argument
1173 this.sampleType = sampleType; in DecimalQuantitySamples()
1310 StringBuilder b = new StringBuilder("@").append(sampleType.toString().toLowerCase(Locale.ENGLISH)); in toString()
1362 boolean isLimited(SampleType sampleType); in isLimited() argument
1629 if (integerSamples.sampleType == SampleType.DECIMAL) { in parseRule()
1637 if (integerSamples.sampleType ! in parseRule()
1733 isLimited(SampleType sampleType) isLimited() argument
1822 isLimited(SampleType sampleType) isLimited() argument
1850 isLimited(SampleType sampleType) isLimited() argument
1899 isLimited(SampleType sampleType) isLimited() argument
1984 isLimited(String keyword, SampleType sampleType) isLimited() argument
1993 computeLimited(String keyword, SampleType sampleType) computeLimited() argument
2038 getDecimalSamples(String keyword, SampleType sampleType) getDecimalSamples() argument
2427 getSamples(String keyword, SampleType sampleType) getSamples() argument
2455 getDecimalQuantitySamples(String keyword, SampleType sampleType) getDecimalQuantitySamples() argument
2519 getDecimalSamples(String keyword, SampleType sampleType) getDecimalSamples() argument
2657 getKeywordStatus(String keyword, int offset, Set<DecimalQuantity> explicits, Output<DecimalQuantity> uniqueValue, SampleType sampleType) getKeywordStatus() argument
2753 isLimited(String keyword, SampleType sampleType) isLimited() argument
2762 computeLimited(String keyword, SampleType sampleType) computeLimited() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java194 public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType sampleType, in checkOldSamples() argument
196 Collection<Double> oldSamples = rules.getSamples(keyword, sampleType); in checkOldSamples()
199 rules.getSamples(keyword, sampleType); in checkOldSamples()
203 public void checkNewSamples(String description, PluralRules test, String keyword, SampleType sampleType, in checkNewSamples() argument
205 String title = description + ", " + sampleType; in checkNewSamples()
206 FixedDecimalSamples samples = test.getDecimalSamples(keyword, sampleType); in checkNewSamples()
212 assertEquals("limited: " + title, isBounded, test.isLimited(keyword, sampleType)); in checkNewSamples()
338 for (SampleType sampleType : SampleType.values()) { in testUniqueRules()
339 FixedDecimalSamples samples2 = rules.getDecimalSamples(keyword, sampleType); in testUniqueRules()
864 for (SampleType sampleType in TestLimitedAndSamplesConsistency()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java276 public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType sampleType, in checkOldSamples() argument
278 Collection<DecimalQuantity> oldSamples = rules.getDecimalQuantitySamples(keyword, sampleType); in checkOldSamples()
287 rules.getSamples(keyword, sampleType); in checkOldSamples()
291 public void checkNewSamples(String description, PluralRules test, String keyword, SampleType sampleType, in checkNewSamples() argument
293 String title = description + ", " + sampleType; in checkNewSamples()
294 DecimalQuantitySamples samples = test.getDecimalSamples(keyword, sampleType); in checkNewSamples()
312 assertEquals("limited: " + title, isBounded, test.isLimited(keyword, sampleType)); in checkNewSamples()
442 .map(sampleType -> rules.getDecimalSamples(keyword, sampleType)); in testUniqueRules()
1168 for (SampleType sampleType in TestLimitedAndSamplesConsistency()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DGetBindGroupLayoutValidationTests.cpp390 binding.texture.sampleType = wgpu::TextureSampleType::UnfilterableFloat; in TEST_F()
413 binding.texture.sampleType = wgpu::TextureSampleType::Undefined; in TEST_F()
464 binding.texture.sampleType = wgpu::TextureSampleType::UnfilterableFloat; in TEST_F()
559 binding.texture.sampleType = wgpu::TextureSampleType::UnfilterableFloat; in TEST_F()
571 binding.texture.sampleType = wgpu::TextureSampleType::Sint; in TEST_F()
583 binding.texture.sampleType = wgpu::TextureSampleType::Uint; in TEST_F()
H A DBindGroupValidationTests.cpp443 wgpu::TextureSampleType sampleType) { in TEST_F()
445 utils::MakeBindGroupLayout(device, {{0, wgpu::ShaderStage::Fragment, sampleType}}); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireArgumentTests.cpp339 a.texture.sampleType != b.texture.sampleType) {
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DPipelineGL.cpp163 shouldUseFiltering = bgl->GetBindingInfo(bindingIndex).texture.sampleType == in InitializeBase()
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.cpp115 texture.sampleType = textureSampleType; in BindingLayoutEntryInitializationHelper()
/third_party/ffmpeg/libavformat/
H A Dvapoursynth.c137 if (vsf->sampleType != ((pd->flags & AV_PIX_FMT_FLAG_FLOAT) ? stFloat : stInteger)) in match_pixfmt()
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.cpp281 texture.sampleType = textureSampleType; in BindingLayoutEntryInitializationHelper()
/third_party/lame/frontend/
H A Dget_audio.c243 uint32_t sampleType; member
1589 if (pcm_aiff_data->sampleType != IFF_ID_SSND) { in aiff_check2()
1696 aiff_info.sampleType = IFF_ID_SSND; in parse_aiff_header()
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp309 entry.texture.sampleType = wgpu::TextureSampleType::Float; in Build()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DConverter.cpp976 return Convert(out.sampleType, in.sampleType) && in Convert()

Completed in 31 milliseconds