Home
last modified time | relevance | path

Searched refs:Uint (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp27 {wgpu::VertexFormat::Uint8x2, 2, 2, 1, VertexFormatBaseType::Uint},
28 {wgpu::VertexFormat::Uint8x4, 4, 4, 1, VertexFormatBaseType::Uint},
36 {wgpu::VertexFormat::Uint16x2, 4, 2, 2, VertexFormatBaseType::Uint},
37 {wgpu::VertexFormat::Uint16x4, 8, 4, 2, VertexFormatBaseType::Uint},
51 {wgpu::VertexFormat::Uint32, 4, 1, 4, VertexFormatBaseType::Uint},
52 {wgpu::VertexFormat::Uint32x2, 8, 2, 4, VertexFormatBaseType::Uint},
53 {wgpu::VertexFormat::Uint32x3, 12, 3, 4, VertexFormatBaseType::Uint},
54 {wgpu::VertexFormat::Uint32x4, 16, 4, 4, VertexFormatBaseType::Uint},
DFormat.cpp35 case wgpu::TextureComponentType::Uint: in ToSampleTypeBit()
36 return SampleTypeBit::Uint; in ToSampleTypeBit()
48 case wgpu::TextureSampleType::Uint: in SampleTypeToSampleTypeBit()
72 static_assert(SampleTypeBit::Uint == in SampleTypeToSampleTypeBit()
74 1 << (static_cast<uint32_t>(wgpu::TextureSampleType::Uint) - 1)), in SampleTypeToSampleTypeBit()
184 case SampleTypeBit::Uint: in BuildFormatTable()
185 firstAspect->baseType = wgpu::TextureComponentType::Uint; in BuildFormatTable()
232 firstAspect->baseType = wgpu::TextureComponentType::Uint; in BuildFormatTable()
233 firstAspect->supportedSampleTypes = SampleTypeBit::Uint; in BuildFormatTable()
284 AddColorFormat(wgpu::TextureFormat::R8Uint, true, false, 1, SampleTypeBit::Uint, 1); in BuildFormatTable()
[all …]
DVertexFormat.h24 Uint, enumerator
DFormat.h55 Uint = 0x10, enumerator
DPipelineLayout.cpp195 case SampleTypeBit::Uint: in CreateDefault()
196 entry.texture.sampleType = wgpu::TextureSampleType::Uint; in CreateDefault()
DShaderModule.cpp264 return SampleTypeBit::Uint; in TintSampledKindToSampleTypeBit()
281 return wgpu::TextureComponentType::Uint; in TintComponentTypeToTextureComponentType()
297 return VertexFormatBaseType::Uint; in TintComponentTypeToVertexFormatBaseType()
340 return InterStageComponentType::Uint; in TintComponentTypeToInterStageComponentType()
1152 textureInfo.texture.sampleType != wgpu::TextureSampleType::Uint && in ValidateCompatibilityWithPipelineLayout()
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dfilters.c216 setPixelRGB (Uint * buffer, Uint x, Uint y, Color c, in setPixelRGB()
236 setPixelRGB_ (Uint * buffer, Uint x, Color c, guint32 resolx, guint32 resoly) in setPixelRGB_()
254 getPixelRGB_ (Uint * buffer, Uint x, Color * c, guint32 resolx, guint32 resoly) in getPixelRGB_()
363 Uint x, y; in zoomFilterFastRGB()
373 Uint position; in zoomFilterFastRGB()
516 float t1, float t2, float t3, float t4, Uint cycle) in pointFilter()
518 Uint *pix1 = goomdata->p1; in pointFilter()
520 Uint x = (Uint) (zf->middleX + (int) (t1 * cos ((float) cycle / t3))); in pointFilter()
521 Uint y = (Uint) (zf->middleY + (int) (t2 * sin ((float) cycle / t4))); in pointFilter()
Dgraphic.h6 typedef unsigned int Uint; typedef
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DGLFormat.cpp49 … AddFormat(wgpu::TextureFormat::R8Uint, GL_R8UI, GL_RED_INTEGER, GL_UNSIGNED_BYTE, Type::Uint); in BuildGLFormatTable()
53 … AddFormat(wgpu::TextureFormat::R16Uint, GL_R16UI, GL_RED_INTEGER, GL_UNSIGNED_SHORT, Type::Uint); in BuildGLFormatTable()
58 … AddFormat(wgpu::TextureFormat::RG8Uint, GL_RG8UI, GL_RG_INTEGER, GL_UNSIGNED_BYTE, Type::Uint); in BuildGLFormatTable()
62 … AddFormat(wgpu::TextureFormat::R32Uint, GL_R32UI, GL_RED_INTEGER, GL_UNSIGNED_INT, Type::Uint); in BuildGLFormatTable()
65 … AddFormat(wgpu::TextureFormat::RG16Uint, GL_RG16UI, GL_RG_INTEGER, GL_UNSIGNED_SHORT, Type::Uint); in BuildGLFormatTable()
71 …dFormat(wgpu::TextureFormat::RGBA8Uint, GL_RGBA8UI, GL_RGBA_INTEGER, GL_UNSIGNED_BYTE, Type::Uint); in BuildGLFormatTable()
81 … AddFormat(wgpu::TextureFormat::RG32Uint, GL_RG32UI, GL_RG_INTEGER, GL_UNSIGNED_INT, Type::Uint); in BuildGLFormatTable()
84 …rmat(wgpu::TextureFormat::RGBA16Uint, GL_RGBA16UI, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT, Type::Uint); in BuildGLFormatTable()
89 …Format(wgpu::TextureFormat::RGBA32Uint, GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT, Type::Uint); in BuildGLFormatTable()
DSpirvUtils.cpp146 return wgpu::TextureComponentType::Uint; in SpirvBaseTypeToTextureComponentType()
159 return SampleTypeBit::Uint; in SpirvBaseTypeToSampleTypeBit()
173 return VertexFormatBaseType::Uint; in SpirvBaseTypeToVertexFormatBaseType()
DGLFormat.h33 enum ComponentType { Float, Int, Uint, DepthStencil }; enumerator
/third_party/gstreamer/gstplugins_good/gst/goom/
Dfilters.c58 setPixelRGB (PluginInfo * goomInfo, Pixel * buffer, Uint x, Uint y, Color c) in setPixelRGB()
69 setPixelRGB_ (Pixel * buffer, Uint x, Color c) in setPixelRGB_()
77 getPixelRGB_ (Pixel * buffer, Uint x, Color * c) in getPixelRGB_()
268 Uint x, y; in makeZoomBufferStripe()
289 Uint premul_y_prevX = y * data->prevX * 2; in makeZoomBufferStripe()
575 ZoomFilterData * zf, Uint resx, Uint resy, int switchIncr, float switchMult) in zoomFilterFastRGB()
577 Uint x, y; in zoomFilterFastRGB()
733 Uint i1, i2, i3, i4; in generatePrecalCoef()
846 float t3, float t4, Uint cycle) in pointFilter()
848 Uint x = (Uint) ((int) (goomInfo->screen.width / 2) in pointFilter()
[all …]
Dgoom_graphic.h22 typedef unsigned int Uint; typedef
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp125 Uint, enumerator
170 case Uint: in GetUncompressedFormatInfo()
208 case Uint: in CreateSamplePipeline()
408 ASSERT(formatInfo.type == Uint); in DoUintTest()
539 DoUintTest<uint8_t>({dawn::TextureFormat::R8Uint, 1, Uint, 1}); in TEST_P()
544 DoUintTest<uint8_t>({dawn::TextureFormat::RG8Uint, 2, Uint, 2}); in TEST_P()
549 DoUintTest<uint8_t>({dawn::TextureFormat::RGBA8Uint, 4, Uint, 4}); in TEST_P()
554 DoUintTest<uint16_t>({dawn::TextureFormat::R16Uint, 2, Uint, 1}); in TEST_P()
559 DoUintTest<uint16_t>({dawn::TextureFormat::RG16Uint, 4, Uint, 2}); in TEST_P()
564 DoUintTest<uint16_t>({dawn::TextureFormat::RGBA16Uint, 8, Uint, 4}); in TEST_P()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp132 case wgpu::TextureComponentType::Uint: in GetUncompressedFormatInfo()
385 ASSERT(formatInfo.type == wgpu::TextureComponentType::Uint); in DoUintTest()
488 DoUintTest<uint8_t>({wgpu::TextureFormat::R8Uint, 1, wgpu::TextureComponentType::Uint, 1}); in TEST_P()
493 DoUintTest<uint8_t>({wgpu::TextureFormat::RG8Uint, 2, wgpu::TextureComponentType::Uint, 2}); in TEST_P()
498 DoUintTest<uint8_t>({wgpu::TextureFormat::RGBA8Uint, 4, wgpu::TextureComponentType::Uint, 4}); in TEST_P()
503 DoUintTest<uint16_t>({wgpu::TextureFormat::R16Uint, 2, wgpu::TextureComponentType::Uint, 1}); in TEST_P()
508 DoUintTest<uint16_t>({wgpu::TextureFormat::RG16Uint, 4, wgpu::TextureComponentType::Uint, 2}); in TEST_P()
513 DoUintTest<uint16_t>({wgpu::TextureFormat::RGBA16Uint, 8, wgpu::TextureComponentType::Uint, 4}); in TEST_P()
518 DoUintTest<uint32_t>({wgpu::TextureFormat::R32Uint, 4, wgpu::TextureComponentType::Uint, 1}); in TEST_P()
523 DoUintTest<uint32_t>({wgpu::TextureFormat::RG32Uint, 8, wgpu::TextureComponentType::Uint, 2}); in TEST_P()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c256 d.ui = data[i].Uint | (uint64_t)data[i+1].Uint << 32; in dump_imm_data()
263 d.i = data[i].Uint | (uint64_t)data[i+1].Uint << 32; in dump_imm_data()
270 d.ui = data[i].Uint | (uint64_t)data[i+1].Uint << 32; in dump_imm_data()
282 UID(data[i].Uint); in dump_imm_data()
Dtgsi_text.c1242 ret = parse_double(&ctx->cur, &values[i].Uint, &values[i+1].Uint); in parse_immediate_data()
1246 ret = parse_int64(&ctx->cur, &values[i].Uint, &values[i+1].Uint); in parse_immediate_data()
1250 ret = parse_uint64(&ctx->cur, &values[i].Uint, &values[i+1].Uint); in parse_immediate_data()
1257 ret = parse_uint(&ctx->cur, &values[i].Uint); in parse_immediate_data()
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.cpp435 typedef WrappedType<deUint32> Uint; typedef in deqp::gls::__anondc8ad4d10111::GLValue
508 explicit GLValue (Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue()
529 Uint ui;
602 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue()
620 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0)); in getMinValue()
637 template<> struct GLValueTypeTraits<GLValue::Uint> { static const DrawTestSpec::InputType Type = D…
651 template<> GLValue::Uint inline extractGLValue<GLValue::Uint> (const GLValue& v) { return v.ui; } in extractGLValue()
742 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom()
747 …return GLValue::Uint::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<deUint3… in getRandom()
803 inline GLValue::Uint minValue (void) in minValue()
[all …]
DglsVertexArrayTests.cpp298 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom()
303 …return GLValue::Uint::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<deUint3… in getRandom()
362 inline GLValue::Uint minValue (void) in minValue()
364 return GLValue::Uint::create(4 * 16777216); in minValue()
1165 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue()
1183 rangesLo[(int)Array::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0)); in getMinValue()
1302 alignmentSafeAssignment<deUint32>(data, getRandom<GLValue::Uint>(rnd, min.ui, max.ui)); in setData()
1376 …data = createQuads<GLValue::Uint>(seed, count, componentCount, offset, stride, primitive, min.ui, … in generateQuads()
1617 …data = createPerQuads<GLValue::Uint>(seed, count, componentCount, stride, primitive, min.ui, max.u… in generatePerQuad()
DglsVertexArrayTests.hpp316 typedef WrappedType<deUint32> Uint; typedef in deqp::gls::GLValue
393 explicit GLValue (Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue()
414 Uint ui;
/third_party/spirv-tools/test/
Dstring_utils_test.cpp34 TEST(ToString, Uint) { in TEST() argument
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dstring_utils_test.cpp35 TEST(ToString, Uint) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dstring_utils_test.cpp34 TEST(ToString, Uint) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dstring_utils_test.cpp34 TEST(ToString, Uint) { in TEST() argument
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgen-implicit-conversions.py29 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup
384 "uint": Uint(2),
518 return a.toUint() * Uint(2)

123