Searched refs:paths_copy (Results 1 – 5 of 5) sorted by relevance
/external/oj-libjdwp/src/solaris/back/ |
D | linker_md.c | 59 char *path, *paths_copy, *next_token; in dll_build_name() local 61 paths_copy = strdup(paths); in dll_build_name() 62 if (paths_copy == NULL) { in dll_build_name() 67 path = strtok_r(paths_copy, PATH_SEPARATOR, &next_token); in dll_build_name() 78 free(paths_copy); in dll_build_name()
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/ |
D | device_cl_12.c | 154 .paths_copy = { 266 struct skc_program_source paths_copy; member 296 struct skc_program_kernel paths_copy [2]; member 612 SKC_PROGRAM_SOURCE(paths_copy, SKC_BUILD_OPTIONS), 630 ….paths_copy = { { SKC_PROGRAM_KERNEL(paths_alloc), SKC_DEVICE_KERNEL_ID_PATHS_ALL… 631 … { SKC_PROGRAM_KERNEL(paths_copy) , SKC_DEVICE_KERNEL_ID_PATHS_COPY } }, 890 SKC_DEVICE_BUILD_PROGRAM(paths_copy); in skc_device_create()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | path_builder_cl_12.c | 564 0,impl->runtime->config->paths_copy.block.subbuf, in skc_path_builder_impl_map() 574 0,impl->runtime->config->paths_copy.command.subbuf, in skc_path_builder_impl_map() 1312 impl->ring.subbufs = config->paths_copy.buffer.count; in skc_path_builder_cl_12_create() 1313 impl->ring.blocks_per.buffer = config->paths_copy.subbuf.count * config->paths_copy.buffer.count; in skc_path_builder_cl_12_create() 1314 impl->ring.blocks_per.subbuf = config->paths_copy.subbuf.count; in skc_path_builder_cl_12_create() 1324 … config->paths_copy.block.buffer, // FIXME -- either use config or local constants everywhere in skc_path_builder_cl_12_create() 1335 config->paths_copy.command.buffer, in skc_path_builder_cl_12_create() 1377 cl_buffer_region rb = { 0, config->paths_copy.block.subbuf }; in skc_path_builder_cl_12_create() 1378 cl_buffer_region rc = { 0, config->paths_copy.command.subbuf }; in skc_path_builder_cl_12_create() 1381 for (skc_uint ii=0; ii<config->paths_copy.buffer.count; ii++) in skc_path_builder_cl_12_create()
|
D | config_cl.h | 91 } paths_copy; member
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/inl/ |
D | make_all.bat | 5 CMD /C make_inl_cl.bat ..\..\..\paths_copy.cl
|