/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_decorate.cpp | 105 err = get_program_with_il(prog, deviceID, context, name); in test_decorate_full() 125 return get_program_with_il(prog, deviceID, context, "decorate_alignment"); in TEST_SPIRV_FUNC() 148 cl_int err = get_program_with_il(prog, deviceID, context, "decorate_cpacked"); in TEST_SPIRV_FUNC() 289 err = get_program_with_il(prog, deviceID, context, name); in test_saturate_full() 343 err = get_program_with_il(prog, deviceID, context, name); in TEST_SATURATED_CONVERSION()
|
D | test_op_spec_constant.cpp | 33 get_program_with_il(prog, deviceID, context, name, new_spec_const); in run_case() 37 err = get_program_with_il(prog, deviceID, context, name); in run_case()
|
D | test_get_program_il.cpp | 53 error = get_program_with_il(il_program, deviceID, context, spvName); in TEST_SPIRV_FUNC()
|
D | test_op_composite_construct.cpp | 24 cl_int err = get_program_with_il(prog, deviceID, context, name); in test_composite_construct()
|
D | procs.h | 97 int get_program_with_il(clProgramWrapper &prog, const cl_device_id deviceID,
|
D | test_op_function.cpp | 41 err = get_program_with_il(prog, deviceID, context, spvName); in test_function()
|
D | test_op_branch.cpp | 24 cl_int err = get_program_with_il(prog, deviceID, context, name); in test_branch_simple()
|
D | test_op_atomic.cpp | 24 cl_int err = get_program_with_il(prog, deviceID, context, name); in test_atomic()
|
D | test_op_undef.cpp | 33 err = get_program_with_il(prog, deviceID, context, name); in test_undef()
|
D | test_op_loop_merge.cpp | 43 err = get_program_with_il(prog, deviceID, context, name); in test_selection_merge()
|
D | test_op_lifetime.cpp | 48 err = get_program_with_il(prog, deviceID, context, name); in test_op_lifetime()
|
D | test_op_vector_extract.cpp | 31 err = get_program_with_il(prog, deviceID, context, name); in test_extract()
|
D | test_op_branch_conditional.cpp | 48 err = get_program_with_il(prog, deviceID, context, name); in test_branch_conditional()
|
D | test_op_negate.cpp | 51 err = get_program_with_il(prog, deviceID, context, spvName); in test_negation()
|
D | test_op_constant.cpp | 32 cl_int err = get_program_with_il(prog, deviceID, context, name); in test_constant()
|
D | test_op_vector_insert.cpp | 30 err = get_program_with_il(prog, deviceID, context, name); in test_insert()
|
D | test_op_copy_object.cpp | 32 cl_int err = get_program_with_il(prog, deviceID, context, name); in test_copy()
|
D | test_op_selection_merge.cpp | 48 err = get_program_with_il(prog, deviceID, context, name); in test_selection_merge()
|
D | test_op_phi.cpp | 48 err = get_program_with_il(prog, deviceID, context, name); in test_phi()
|
D | test_op_vector_times_scalar.cpp | 116 err = get_program_with_il(prog, deviceID, context, spvName); in test_vector_times_scalar()
|
D | main.cpp | 139 int get_program_with_il(clProgramWrapper &prog, const cl_device_id deviceID, in get_program_with_il() function
|
D | test_op_fmath.cpp | 118 err = get_program_with_il(prog, deviceID, context, spvName); in test_fmath()
|
D | test_cl_khr_spirv_no_integer_wrap_decoration.cpp | 165 err = get_program_with_il(prog, deviceID, context, spvName); in test_ext_cl_khr_spirv_no_integer_wrap_decoration()
|