Searched refs:program_type (Results  1 – 5 of 5) sorted by relevance
| /external/OpenCL-CTS/test_conformance/compiler/ | 
| D | test_compile.cpp | 2651     cl_program_binary_type program_type = -1;  in test_program_binary_type()  local 2667 …o (program, deviceID, CL_PROGRAM_BINARY_TYPE, sizeof(cl_program_binary_type), &program_type, NULL);  in test_program_binary_type() 2669     if (program_type != CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT)  in test_program_binary_type() 2674     program_type = -1;  in test_program_binary_type() 2715 …ith_binary, deviceID, CL_PROGRAM_BINARY_TYPE, sizeof(cl_program_binary_type), &program_type, NULL);  in test_program_binary_type() 2717         if (program_type != CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT)  in test_program_binary_type() 2722         program_type = -1;  in test_program_binary_type() 2728 …ed_library, deviceID, CL_PROGRAM_BINARY_TYPE, sizeof(cl_program_binary_type), &program_type, NULL);  in test_program_binary_type() 2730     if (program_type != CL_PROGRAM_BINARY_TYPE_LIBRARY)  in test_program_binary_type() 2735     program_type = -1;  in test_program_binary_type() [all …] 
 | 
| /external/mesa3d/src/gallium/drivers/r300/compiler/tests/ | 
| D | rc_test_helpers.h | 64 	enum rc_program_type program_type,
  | 
| D | rc_test_helpers.c | 507 	enum rc_program_type program_type,  in init_compiler()  argument 520 	if (program_type == RC_FRAGMENT_PROGRAM) {  in init_compiler()
  | 
| /external/libsrtp2/test/ | 
| D | rtpw.c | 134 typedef enum { sender, receiver, unknown } program_type;  typedef 148     program_type prog_type = unknown;  in main()
  | 
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ | 
| D | tpu_rewrite_pass.cc | 373   auto program_type =  in BuildCompileOp()  local 392       llvm::SmallVector<Type, 8>(num_cores_per_replica, program_type),  in BuildCompileOp()
  |