Searched refs:runtime_array (Results 1 – 7 of 7) sorted by relevance
1 intrinsics/ignore/runtime_array.wgsl:10:5 warning: use of deprecated intrinsic
292 RuntimeArray runtime_array(&f32); in TEST() local293 EXPECT_EQ(runtime_array.NumberOfComponents(), UINT64_MAX); in TEST()
1015 SpvId runtime_array = 0; in get_bo_struct_type() local1020 …runtime_array = spirv_builder_type_runtime_array(&ctx->builder, get_uvec_type(ctx, is_64bit ? 64 :… in get_bo_struct_type()1021 …spirv_builder_emit_array_stride(&ctx->builder, runtime_array, glsl_get_explicit_stride(last_member… in get_bo_struct_type()1024 SpvId types[] = {array_type, runtime_array}; in get_bo_struct_type()1025 SpvId struct_type = spirv_builder_type_struct(&ctx->builder, types, 1 + !!runtime_array); in get_bo_struct_type()1035 if (runtime_array) in get_bo_struct_type()