Searched refs:argument_string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/allocations/ |
H A D | allocation_execute.cpp | 147 char *argument_string; in execute_kernel() local 163 argument_string = (char*)malloc(sizeof(char)*MAX_NUMBER_TO_ALLOCATE*64); in execute_kernel() 166 argument_string[0] = '\0'; in execute_kernel() 188 sprintf(argument_string + strlen(argument_string), " __global uint *buffer%d, ", i); in execute_kernel() 198 …sprintf(kernel_string, buffer_kernel_pattern, argument_string, type, type, type, type, type, type,… in execute_kernel() 202 sprintf(argument_string + strlen(argument_string), " read_only image2d_t image%d, ", i); in execute_kernel() 205 … sprintf(kernel_string, image_kernel_pattern, argument_string, sampler_pattern, access_string); in execute_kernel() 209 … sprintf(argument_string + strlen(argument_string), " write_only image2d_t image%d, ", i); in execute_kernel() 212 … sprintf(kernel_string, image_kernel_pattern, argument_string, offset_pattern, access_string); in execute_kernel() 219 free(argument_string); in execute_kernel()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | Args.h | 323 explicit OptionsWithRaw(llvm::StringRef argument_string);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | Args.h | 323 explicit OptionsWithRaw(llvm::StringRef argument_string);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | Args.h | 323 explicit OptionsWithRaw(llvm::StringRef argument_string);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/ |
D | Args.h | 323 explicit OptionsWithRaw(llvm::StringRef argument_string);
|