Home
last modified time | relevance | path

Searched refs:runtime_array (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test_external/eigen/
Drunge_kutta_dopri5.cpp120 BOOST_AUTO_TEST_CASE( runtime_array ) in BOOST_AUTO_TEST_CASE() argument
Drunge_kutta4.cpp82 BOOST_AUTO_TEST_CASE( runtime_array ) in BOOST_AUTO_TEST_CASE() argument
Dsame_size.cpp66 BOOST_AUTO_TEST_CASE( runtime_array ) in BOOST_AUTO_TEST_CASE() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtypes_test.cpp292 RuntimeArray runtime_array(&f32); in TEST() local
293 EXPECT_EQ(runtime_array.NumberOfComponents(), UINT64_MAX); in TEST()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dtypes_test.cpp292 RuntimeArray runtime_array(&f32); in TEST() local
293 EXPECT_EQ(runtime_array.NumberOfComponents(), UINT64_MAX); in TEST()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dtypes_test.cpp292 RuntimeArray runtime_array(&f32); in TEST() local
293 EXPECT_EQ(runtime_array.NumberOfComponents(), UINT64_MAX); in TEST()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1318 SpvId runtime_array = 0; in get_bo_struct_type() local
1322runtime_array = spirv_builder_type_runtime_array(&ctx->builder, get_uvec_type(ctx, bitsize, 1)); in get_bo_struct_type()
1323 …spirv_builder_emit_array_stride(&ctx->builder, runtime_array, glsl_get_explicit_stride(last_member… in get_bo_struct_type()
1326 SpvId types[] = {array_type, runtime_array}; in get_bo_struct_type()
1327 SpvId struct_type = spirv_builder_type_struct(&ctx->builder, types, 1 + !!runtime_array); in get_bo_struct_type()
1337 if (runtime_array) in get_bo_struct_type()