/third_party/libdrm/radeon/ |
H A D | radeon_surface.c | 268 uint64_t offset, unsigned start_level) in r6_surface_init_linear() 274 if (!start_level) { in r6_surface_init_linear() 288 for (i = start_level; i <= surf->last_level; i++) { in r6_surface_init_linear() 302 uint64_t offset, unsigned start_level) in r6_surface_init_linear_aligned() 308 if (!start_level) { in r6_surface_init_linear_aligned() 316 for (i = start_level; i <= surf->last_level; i++) { in r6_surface_init_linear_aligned() 330 uint64_t offset, unsigned start_level) in r6_surface_init_1d() 344 if (!start_level) { in r6_surface_init_1d() 349 for (i = start_level; i <= surf->last_level; i++) { in r6_surface_init_1d() 363 uint64_t offset, unsigned start_level) in r6_surface_init_2d() 266 r6_surface_init_linear(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, uint64_t offset, unsigned start_level) r6_surface_init_linear() argument 300 r6_surface_init_linear_aligned(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, uint64_t offset, unsigned start_level) r6_surface_init_linear_aligned() argument 328 r6_surface_init_1d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, uint64_t offset, unsigned start_level) r6_surface_init_1d() argument 361 r6_surface_init_2d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, uint64_t offset, unsigned start_level) r6_surface_init_2d() argument 611 eg_surface_init_1d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, uint64_t offset, unsigned start_level) eg_surface_init_1d() argument 652 eg_surface_init_2d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, unsigned tile_split, uint64_t offset, unsigned start_level) eg_surface_init_2d() argument 1517 si_surface_init_linear_aligned(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, unsigned tile_mode, uint64_t offset, unsigned start_level) si_surface_init_linear_aligned() argument 1550 si_surface_init_1d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, unsigned tile_mode, uint64_t offset, unsigned start_level) si_surface_init_1d() argument 1617 si_surface_init_2d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, unsigned tile_mode, unsigned num_pipes, unsigned num_banks, unsigned tile_split, uint64_t offset, unsigned start_level) si_surface_init_2d() argument 2214 cik_surface_init_2d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, unsigned tile_mode, unsigned tile_split, unsigned num_pipes, unsigned num_banks, uint64_t offset, unsigned start_level) cik_surface_init_2d() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resolve.c | 682 uint32_t start_level, uint32_t num_levels) in miptree_level_range_length() 684 assert(start_level < res->surf.levels); in miptree_level_range_length() 690 assert(start_level + num_levels >= start_level); in miptree_level_range_length() 691 assert(start_level + num_levels <= res->surf.levels); in miptree_level_range_length() 715 unsigned start_level, unsigned num_levels, in iris_has_invalid_primary() 722 num_levels = miptree_level_range_length(res, start_level, num_levels); in iris_has_invalid_primary() 725 const uint32_t level = start_level + l; in iris_has_invalid_primary() 742 uint32_t start_level, uint32_t num_levels, in iris_resource_prepare_access() 756 miptree_level_range_length(res, start_level, num_level in iris_resource_prepare_access() 681 miptree_level_range_length(const struct iris_resource *res, uint32_t start_level, uint32_t num_levels) miptree_level_range_length() argument 714 iris_has_invalid_primary(const struct iris_resource *res, unsigned start_level, unsigned num_levels, unsigned start_layer, unsigned num_layers) iris_has_invalid_primary() argument 740 iris_resource_prepare_access(struct iris_context *ice, struct iris_resource *res, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers, enum isl_aux_usage aux_usage, bool fast_clear_supported) iris_resource_prepare_access() argument 1000 iris_resource_prepare_texture(struct iris_context *ice, struct iris_resource *res, enum isl_format view_format, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers) iris_resource_prepare_texture() argument [all...] |
H A D | iris_resource.h | 365 * \param[in] start_level The first mip level to be accessed 369 * above start_level will be accessed 388 uint32_t start_level, uint32_t num_levels, 468 uint32_t start_level, uint32_t num_levels, 478 unsigned start_level, unsigned num_levels, 494 unsigned start_level, unsigned num_levels,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resolve.c | 759 uint32_t start_level, uint32_t num_levels) in miptree_level_range_length() 761 assert(start_level < res->surf.levels); in miptree_level_range_length() 767 assert(start_level + num_levels >= start_level); in miptree_level_range_length() 768 assert(start_level + num_levels <= res->surf.levels); in miptree_level_range_length() 792 unsigned start_level, unsigned num_levels, in crocus_has_invalid_primary() 799 num_levels = miptree_level_range_length(res, start_level, num_levels); in crocus_has_invalid_primary() 802 const uint32_t level = start_level + l; in crocus_has_invalid_primary() 822 uint32_t start_level, uint32_t num_levels, in crocus_resource_prepare_access() 836 miptree_level_range_length(res, start_level, num_level in crocus_resource_prepare_access() 758 miptree_level_range_length(const struct crocus_resource *res, uint32_t start_level, uint32_t num_levels) miptree_level_range_length() argument 791 crocus_has_invalid_primary(const struct crocus_resource *res, unsigned start_level, unsigned num_levels, unsigned start_layer, unsigned num_layers) crocus_has_invalid_primary() argument 820 crocus_resource_prepare_access(struct crocus_context *ice, struct crocus_resource *res, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers, enum isl_aux_usage aux_usage, bool fast_clear_supported) crocus_resource_prepare_access() argument 961 crocus_resource_prepare_texture(struct crocus_context *ice, struct crocus_resource *res, enum isl_format view_format, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers) crocus_resource_prepare_texture() argument [all...] |
H A D | crocus_resource.h | 393 * \param[in] start_level The first mip level to be accessed 397 * above start_level will be accessed 416 uint32_t start_level, uint32_t num_levels, 503 uint32_t start_level, uint32_t num_levels, 517 unsigned start_level, unsigned num_levels, 526 unsigned start_level, unsigned num_levels,
|
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 345 * @start_level: beginning strength of the effect; may be negative 350 __s16 start_level; member
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 346 * @start_level: beginning strength of the effect; may be negative 351 int16_t start_level; member
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 354 * @start_level: beginning strength of the effect; may be negative 359 __s16 start_level; member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource_state.cpp | 480 uint32_t start_level, uint32_t num_levels, in d3d12_transition_subresources_state() 499 const uint32_t level = start_level + l; in d3d12_transition_subresources_state() 478 d3d12_transition_subresources_state(struct d3d12_context *ctx, struct d3d12_resource *res, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers, uint32_t start_plane, uint32_t num_planes, D3D12_RESOURCE_STATES state, d3d12_transition_flags flags) d3d12_transition_subresources_state() argument
|
H A D | d3d12_context.h | 330 unsigned start_level, unsigned num_levels,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 420 pub start_level: ::__s16,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 660 pub start_level: ::__s16,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 246 pub start_level: ::__s16,
|