OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:block_layout
(Results
1 - 10
of
10
) sorted by null
/external/compiler-rt/test/BlocksRuntime/
blockimport.c
40
struct
Block_layout
*layout = (struct
Block_layout
*)(void *)vv;
nullblockisa.c
24
struct
Block_layout
layout;
objectRRGC.c
52
struct
Block_layout
*bl = (struct
Block_layout
*)(void *)myBlock;
objectassign.c
55
struct
Block_layout
*bl = (struct
Block_layout
*)(void *)myBlock;
/external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c
190
const uint *
block_layout
,
227
global_size_start[i] = grid_layout[i] *
block_layout
[i];
231
memcpy(local_size_start,
block_layout
, 3 * sizeof(uint));
254
const uint *
block_layout
, const uint *grid_layout)
268
group_size *=
block_layout
[i];
276
num_waves = (
block_layout
[0] *
block_layout
[1] *
block_layout
[2] +
301
r600_write_value(cs,
block_layout
[0]); /* R_0286EC_SPI_COMPUTE_NUM_THREAD_X */
302
r600_write_value(cs,
block_layout
[1]); /* R_0286F0_SPI_COMPUTE_NUM_THREAD_Y *
[
all
...]
evergreen_compute.h
37
void evergreen_compute_upload_input(struct pipe_context *context, const uint *
block_layout
, const uint *grid_layout, const void *input);
/external/compiler-rt/lib/BlocksRuntime/
runtime.c
286
struct
Block_layout
*aBlock;
294
aBlock = (struct
Block_layout
*)arg;
314
struct
Block_layout
*result = malloc(aBlock->descriptor->size);
332
struct
Block_layout
*result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR);
437
_Block_deallocator((struct
Block_layout
*)shared_struct);
460
struct
Block_layout
*aBlock = (struct
Block_layout
*)arg;
488
struct
Block_layout
*aBlock;
490
aBlock = (struct
Block_layout
*)arg;
514
return ((struct
Block_layout
*)arg)->descriptor->size
[
all
...]
Block_private.h
70
struct
Block_layout
{
/external/mesa3d/src/gallium/include/pipe/
p_context.h
505
* \a grid_layout and \a
block_layout
are arrays of size \a
515
const uint *
block_layout
, const uint *grid_layout,
/external/mesa3d/src/gallium/tests/trivial/
compute.c
428
static void launch_grid(struct context *ctx, const uint *
block_layout
,
434
pipe->launch_grid(pipe,
block_layout
, grid_layout, pc, input);
[
all
...]
Completed in 148 milliseconds