Home
last modified time | relevance | path

Searched refs:array_test (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dset_uniform_initializer_tests.cpp303 array_test(void *mem_ctx, struct gl_shader_program *prog, in array_test() function
335 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 1, 4, 0); in TEST_F()
340 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 2, 4, 0); in TEST_F()
345 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 3, 4, 0); in TEST_F()
350 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 4, 4, 0); in TEST_F()
355 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 1, 4, 0); in TEST_F()
360 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 2, 4, 0); in TEST_F()
365 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 3, 4, 0); in TEST_F()
370 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 4, 4, 0); in TEST_F()
375 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_BOOL, 1, 1, 4, 0); in TEST_F()
[all …]
/external/spirv-llvm/test/SPIRV/transcoding/
Dextract_insert_value.ll21 ; CHECK-LLVM: define spir_func void @array_test
43 define spir_func void @array_test(%struct.arr addrspace(1)* %object) #0 {
/external/clang/test/Analysis/
Dstack-addr-ps.c41 int array_test(int x[2]) { in array_test() function
/external/clang/test/SemaObjCXX/
Dwarn-objc-literal-conversion.mm61 void array_test() { function
/external/tensorflow/tensorflow/compiler/xla/
DBUILD364 name = "array_test",
365 srcs = ["array_test.cc"],