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/ |
D | runge_kutta_dopri5.cpp | 120 BOOST_AUTO_TEST_CASE( runtime_array ) in BOOST_AUTO_TEST_CASE() argument
|
D | runge_kutta4.cpp | 82 BOOST_AUTO_TEST_CASE( runtime_array ) in BOOST_AUTO_TEST_CASE() argument
|
D | same_size.cpp | 66 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 D | types_test.cpp | 292 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 D | types_test.cpp | 292 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/ |
D | types_test.cpp | 292 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 D | nir_to_spirv.c | 1318 SpvId runtime_array = 0; in get_bo_struct_type() local 1322 … runtime_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()
|