Searched refs:spvName (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_get_program_il.cpp | 40 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()
|
D | test_op_function.cpp | 38 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()
|
D | test_op_negate.cpp | 48 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()
|
D | test_op_vector_times_scalar.cpp | 113 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()
|
D | test_op_fmath.cpp | 24 const char *spvName, in test_fmath() argument 118 err = get_program_with_il(prog, deviceID, context, spvName); in test_fmath()
|
D | test_cl_khr_spirv_no_integer_wrap_decoration.cpp | 26 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()
|