Home
last modified time | relevance | path

Searched defs:with_counts (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTrailingObjects.h364 template <size_t... Counts> struct with_counts { struct
365 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
366 struct type {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DTrailingObjects.h353 template <size_t... Counts> struct with_counts { struct
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
355 struct type {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DTrailingObjects.h353 template <size_t... Counts> struct with_counts { struct
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
355 struct type {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DTrailingObjects.h353 template <size_t... Counts> struct with_counts { struct
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
355 struct type {
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DTrailingObjects.h353 template <size_t... Counts> struct with_counts { struct
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
355 struct type {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DTrailingObjects.h353 template <size_t... Counts> struct with_counts { struct
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
355 struct type {
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_gs.h64 bool with_counts; member
H A Dagx_nir_lower_gs.c1589 nir_def *with_counts = nir_imm_bool(b, key->with_counts); in agx_nir_tess_setup_indirect() local
/aosp_15_r20/external/pytorch/test/functorch/
H A Ddiscover_coverage.py208 def get_top_ops(torch_threshold, nn_fn_threshold, with_counts=False): argument
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_cmd_draw.c1174 bool with_counts = hk_tess_needs_prefix_sum(cmd); in hk_upload_tess_params() local
1589 bool with_counts = hk_tess_needs_prefix_sum(cmd); in hk_launch_tess() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c4586 bool with_counts = in agx_draw_patches() local