Home
last modified time | relevance | path

Searched defs:vec3 (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/gn/src/gn/
H A Dimmutable_vector_unittest.cc58 ImmutableVector<int> vec3 = std::move(vec1); in TEST() local
/third_party/json/tests/src/
H A Dfuzzer-parse_bjdata.cpp49 std::vector<uint8_t> vec3 = json::to_bjdata(j1, true, false); in LLVMFuzzerTestOneInput() local
H A Dfuzzer-parse_ubjson.cpp49 std::vector<uint8_t> vec3 = json::to_ubjson(j1, true, false); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dis_host_shareable_test.cc76 auto* vec3 = create<sem::Vector>(create<sem::F32>(), 3); in TEST_F() local
H A Dis_storeable_test.cc52 auto* vec3 = create<sem::Vector>(create<sem::F32>(), 3); in TEST_F() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_vec3_to_vec4.c78 nir_ssa_def *vec3 = nir_channels(&b, &intrin->dest.ssa, 0x7); in lower_vec3_to_vec4_impl() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c120 nir_ssa_def *vec3 = nir_format_unpack_11f11f10f(b, u32); in convert_value() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dformat_test.cc730 auto vec3 = type::Number::Float(32); in TEST_F() local
764 auto vec3 = type::Number::Float(32); in TEST_F() local
803 auto vec3 = type::Number::Float(32); in TEST_F() local
846 auto vec3 = type::Number::Float(32); TEST_F() local
[all...]
/foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/
H A Dwindowutilmath_fuzzer.cpp85 void InitVector3(OHOS::Rosen::TransformHelper::Vector3& vec3, in InitVector3() argument
135 OHOS::Rosen::TransformHelper::Vector3 vec3; in WindowUtilMathFuzzPart1() local
163 OHOS::Rosen::TransformHelper::Vector3 vec3; in WindowUtilMathFuzzPart2() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp314 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createAttachmentLoadTests() local
H A DvktProtectedMemAttachmentClearTests.cpp370 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createAttachmentClearTests() local
H A DvktProtectedMemBlitImageTests.cpp443 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createBlitImageTests() local
H A DvktProtectedMemClearColorImageTests.cpp336 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createClearColorImageTests() local
H A DvktProtectedMemCopyBufferToImageTests.cpp403 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createCopyBufferToImageTests() local
H A DvktProtectedMemCopyImageTests.cpp441 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createCopyImageTests() local
H A DvktProtectedMemCopyImageToBufferTests.cpp408 const tcu::IVec4 vec3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests() local
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp385 const tcu::IVec4 vec3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_type_test.cc140 auto* vec3 = create<sem::Vector>(f32, 3); in TEST_F() local
255 auto* vec3 = create<sem::Vector>(f32, 3); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_type_test.cc140 auto* vec3 = create<sem::Vector>(f32, 3); in TEST_F() local
274 auto* vec3 = create<sem::Vector>(f32, 3); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_type_test.cc180 auto* vec3 = create<sem::Vector>(f32, 3); in TEST_F() local
712 auto* vec3 = create<sem::Vector>(f32, 3); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_type_test.cc211 auto* vec3 = create<sem::Vector>(f32, 3); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_type_test.cc288 auto* vec3 = ty.vec3<f32>(); in TEST_F() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp313 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createAttachmentLoadTests() local
H A DvktProtectedMemAttachmentClearTests.cpp369 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createAttachmentClearTests() local
H A DvktProtectedMemBlitImageTests.cpp442 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createBlitImageTests() local

Completed in 21 milliseconds

1234