Home
last modified time | relevance | path

Searched refs:spvName (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_get_program_il.cpp40 const char *spvName = spvStr.c_str(); in TEST_SPIRV_FUNC() local
42 std::vector<unsigned char> spirv_binary = readSPIRV(spvName); in TEST_SPIRV_FUNC()
47 test_fail("ERROR: SPIRV file %s not found!\n", spvName); in TEST_SPIRV_FUNC()
53 error = get_program_with_il(il_program, deviceID, context, spvName); in TEST_SPIRV_FUNC()
Dtest_op_function.cpp38 const char *spvName = spvStr.c_str(); in test_function() local
41 err = get_program_with_il(prog, deviceID, context, spvName); in test_function()
44 clKernelWrapper kernel = clCreateKernel(prog, spvName, &err); in test_function()
Dtest_op_negate.cpp48 const char *spvName = spvStr.c_str(); in test_negation() local
51 err = get_program_with_il(prog, deviceID, context, spvName); in test_negation()
54 clKernelWrapper kernel = clCreateKernel(prog, spvName, &err); in test_negation()
Dtest_op_vector_times_scalar.cpp113 const char *spvName = ref.c_str(); in test_vector_times_scalar() local
116 err = get_program_with_il(prog, deviceID, context, spvName); in test_vector_times_scalar()
Dtest_op_fmath.cpp24 const char *spvName, in test_fmath() argument
118 err = get_program_with_il(prog, deviceID, context, spvName); in test_fmath()
Dtest_cl_khr_spirv_no_integer_wrap_decoration.cpp26 const char *spvName, in test_ext_cl_khr_spirv_no_integer_wrap_decoration() argument
165 err = get_program_with_il(prog, deviceID, context, spvName); in test_ext_cl_khr_spirv_no_integer_wrap_decoration()