Searched refs:U32_ (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 3734 …uint32Tests[ndx]->createTests((name), (spirvOp), TestMathUint32::test_##op, U32_##filter, inputRan… 3747 …uint32Tests[ndx]->createTests((name), (spirvOp), TestMathUint32::test_##op, U32_##filter, inputRan… 3762 …uint32Tests[ndx]->createTests((name), (spirvOp), TestMathUint32::test_##op, U32_##filter, inputRan… 3775 …uint32Tests[ndx]->createTests((name), (spirvOp), TestMathUint32::test_##op, U32_##filter, inputRan… 3796 … TestMathUint32::test_##op, U32_##filter, inputRange, inputWidth, \ 3814 …uint32Tests[ndx]->createTests((name), (spirvOp), TestMathUint32::test_##op, U32_##filter, inputRan… 3822 … TestMathUint32::test_##op, U32_##filter, inputRange, \
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 1296 SI constexpr U32 U32_(uint32_t x) { return x; } in U32_() function 1300 SI constexpr U32 U32_(uint32_t x) { return x + U32(); } in U32_() function 2038 r = cast(U32_(dx)) + sk_unaligned_load<F>(iota); in STAGE() 2039 g = cast(U32_(dy)) + 0.5f; in STAGE() 2049 U32 X = U32_(dx) + sk_unaligned_load<U32>(iota), in STAGE() 2050 Y = U32_(dy); in STAGE() 3468 U32 idx = U32_(0); in STAGE() 3884 dst[0] = cast(U32_(dx)) + sk_unaligned_load<F>(iota); in STAGE_TAIL() 3885 dst[1] = cast(U32_(dy)) + 0.5f; in STAGE_TAIL() 4289 offsets = min(offsets, U32_(ctx->indirectLimit)); in STAGE_TAIL() [all …]
|