/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_compute.c | 38 const GLuint *num_groups, in st_dispatch_compute_common() 73 const GLuint *num_groups) in st_dispatch_compute() 88 const GLuint *num_groups, in st_dispatch_compute_group_size()
|
D | st_cb_perfmon.c | 350 int num_counters, num_groups; in st_InitPerfMonitorGroups() local
|
/external/mesa3d/src/mesa/main/ |
D | compute.c | 55 validate_DispatchCompute(struct gl_context *ctx, const GLuint *num_groups) in validate_DispatchCompute() 103 const GLuint *num_groups, in validate_DispatchComputeGroupSizeARB() 251 const GLuint num_groups[3] = { num_groups_x, num_groups_y, num_groups_z }; in dispatch_compute() local 318 const GLuint num_groups[3] = { num_groups_x, num_groups_y, num_groups_z }; in dispatch_compute_group_size() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_compute.c | 111 const GLuint *num_groups = brw->compute.num_work_groups; in brw_emit_gpgpu_walker() local 227 brw_dispatch_compute(struct gl_context *ctx, const GLuint *num_groups) { in brw_dispatch_compute()
|
/external/tensorflow/tensorflow/python/util/ |
D | lock_util_test.py | 33 def testGroups(self, num_groups): argument
|
D | lock_util.py | 54 def __init__(self, num_groups=2): argument
|
/external/autotest/client/tests/hackbench/ |
D | hackbench.py | 32 def run_once(self, num_groups=90): argument
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/ |
D | rpc_authunix_create.c | 63 int num_groups; in main() local
|
/external/minijail/test/ |
D | libminijail_test.cpp | 118 size_t num_groups = arraysize(groups); in main() local
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cComputeShaderTests.cpp | 644 const GLuint num_groups[3] = { 1, 1, 1 }; in RunIteration() local 752 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() 792 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() 940 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() 963 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() 1116 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() 1154 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() 1340 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() 1356 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() 1685 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() [all …]
|
/external/u-boot/drivers/pinctrl/meson/ |
D | pinctrl-meson.h | 23 unsigned int num_groups; member 33 unsigned int num_groups; member
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_compute.c | 171 const unsigned *num_groups = info->grid; in fd5_launch_grid() local
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.c | 200 unsigned num_groups; in pb_slabs_init() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cComputeShaderTests.cpp | 635 const GLuint num_groups[3] = { 1, 1, 1 }; in RunIteration() local 744 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() 784 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() 939 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() 978 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() 1171 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() 1189 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() 1377 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() 1393 bool RunIteration(const uvec3& local_size, const uvec3& num_groups, bool dispatch_indirect) in RunIteration() 2004 std::string GenSource(const uvec3& local_size, const uvec3& num_groups) in GenSource() [all …]
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 1800 FT_UInt32 num_groups; in FT_CALLBACK_DEF() local 1900 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); in tt_cmap8_char_index() local 1936 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); in tt_cmap8_char_next() local 2241 FT_ULong num_groups; member 2267 FT_ULong num_groups; in tt_cmap12_validate() local 2396 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); in tt_cmap12_char_map_binary() local 2597 FT_ULong num_groups; member 2623 FT_ULong num_groups; in tt_cmap13_validate() local 2727 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); in tt_cmap13_char_map_binary() local
|
/external/vboot_reference/cgpt/ |
D | cgpt_prioritize.c | 25 int num_groups; // number of non-empty groups member
|
/external/libxaac/decoder/ |
D | ixheaacd_acelp_info.h | 54 WORD32 num_groups; member
|
/external/autotest/client/tests/hackbench/src/ |
D | hackbench.c | 316 unsigned int i, num_groups = 10, total_children; in main() local
|
/external/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | hackbench.c | 295 unsigned int i, j, num_groups = 10, total_children; in main() local
|
/external/u-boot/arch/arm/mach-tegra/ |
D | xusb-padctl-common.h | 75 unsigned int num_groups; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 140 int num_groups; in wpas_mesh_copy_groups() local
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.h | 244 unsigned num_groups; member 255 unsigned num_groups; member
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_query.h | 248 unsigned num_groups; member 259 unsigned num_groups; member
|
/external/libxkbcommon/xkbcommon/src/ |
D | keymap.h | 345 xkb_layout_index_t num_groups; member 387 xkb_layout_index_t num_groups; member
|
/external/autotest/client/deps/fakegudev/src/ |
D | fakegudev.c | 183 gsize num_groups, group_iter; in load_fake_devices_from_file() local
|