Home
last modified time | relevance | path

Searched defs:vec2 (Results 1 - 25 of 96) sorted by relevance

1234

/third_party/skia/modules/canvaskit/wasm_tools/SIMD/
H A Dsimd_float_capabilities.cpp35 auto vec2 = skvx::Vec<4, float>({-.5f, 100.5f, 100.5f, -.5f}); in main() local
[all...]
H A Dsimd_int_capabilities.cpp35 auto vec2 = skvx::Vec<4, int>({1, 9, 27, 41}); in main() local
[all...]
/third_party/json/tests/src/
H A Dfuzzer-parse_bson.cpp45 std::vector<uint8_t> vec2 = json::to_bson(j1); in LLVMFuzzerTestOneInput() local
H A Dfuzzer-parse_cbor.cpp40 std::vector<uint8_t> vec2 = json::to_cbor(j1); in LLVMFuzzerTestOneInput() local
H A Dfuzzer-parse_msgpack.cpp40 std::vector<uint8_t> vec2 = json::to_msgpack(j1); in LLVMFuzzerTestOneInput() local
H A Dfuzzer-parse_bjdata.cpp46 std::vector<uint8_t> vec2 = json::to_bjdata(j1, false, false); in LLVMFuzzerTestOneInput() local
H A Dfuzzer-parse_ubjson.cpp46 std::vector<uint8_t> vec2 = json::to_ubjson(j1, false, false); in LLVMFuzzerTestOneInput() local
H A Dunit-cbor.cpp1913 std::vector<uint8_t> vec2 = json::to_cbor(j1); in CAPTURE() local
/third_party/gn/src/gn/
H A Dimmutable_vector_unittest.cc57 ImmutableVector<int> vec2 in TEST() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dis_host_shareable_test.cc75 auto* vec2 = create<sem::Vector>(create<sem::F32>(), 2); in TEST_F() local
H A Dis_storeable_test.cc51 auto* vec2 = create<sem::Vector>(create<sem::F32>(), 2); in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector_unittest.cpp229 FastVector<int, 5> vec2 = {1, 2, 3, 4, 5}; in TEST() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dformat_test.cc654 auto vec2 = type::Number::Float(32); in TEST_F() local
689 auto vec2 = type::Number::Float(32); in TEST_F() local
805 auto vec2 = type::Number::Float(32); TEST_F() local
848 auto vec2 = type::Number::Float(32); TEST_F() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c93 LLVMValueRef vec1, vec2; in lp_build_packed_ddx_ddy_onecoord() local
130 LLVMValueRef vec1, vec2; in lp_build_packed_ddx_ddy_twocoord() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp313 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createAttachmentLoadTests() local
H A DvktProtectedMemAttachmentClearTests.cpp369 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createAttachmentClearTests() local
H A DvktProtectedMemBlitImageTests.cpp442 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createBlitImageTests() local
H A DvktProtectedMemClearColorImageTests.cpp335 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createClearColorImageTests() local
H A DvktProtectedMemCopyBufferToImageTests.cpp402 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createCopyBufferToImageTests() local
H A DvktProtectedMemCopyImageTests.cpp440 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createCopyImageTests() local
H A DvktProtectedMemCopyImageToBufferTests.cpp407 const tcu::IVec4 vec2 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_wrap_vector_synonym.cpp67 auto vec2 = ir_context->get_def_use_mgr()->GetDef(message_.vector_operand2()); in IsApplicable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_wrap_vector_synonym.cpp67 auto vec2 = ir_context->get_def_use_mgr()->GetDef(message_.vector_operand2()); in IsApplicable() local
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_wrap_vector_synonym.cpp67 auto vec2 = ir_context->get_def_use_mgr()->GetDef(message_.vector_operand2()); in IsApplicable() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp312 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createAttachmentLoadTests() local

Completed in 16 milliseconds

1234