Home
last modified time | relevance | path

Searched refs:state_size (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.cc245 intptr_t const state_size = state->size() + object_size; in ReduceAllocateRaw() local
250 if (OpParameter<int64_t>(group->size()->op()) < state_size) { in ReduceAllocateRaw()
252 common()->Int64Constant(state_size)); in ReduceAllocateRaw()
255 if (OpParameter<int32_t>(group->size()->op()) < state_size) { in ReduceAllocateRaw()
258 common()->Int32Constant(static_cast<int32_t>(state_size))); in ReduceAllocateRaw()
278 AllocationState::Open(group, state_size, top, effect, zone()); in ReduceAllocateRaw()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blorp.c155 unsigned state_size, in blorp_alloc_binding_table()
175 state_size, state_alignment, in blorp_alloc_binding_table()
153 blorp_alloc_binding_table(struct blorp_batch *blorp_batch, unsigned num_entries, unsigned state_size, unsigned state_alignment, uint32_t *out_bt_offset, uint32_t *surface_offsets, void **surface_maps) blorp_alloc_binding_table() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blorp.c175 unsigned state_size, in blorp_alloc_binding_table()
187 state_size, state_alignment, in blorp_alloc_binding_table()
173 blorp_alloc_binding_table(struct blorp_batch *blorp_batch, unsigned num_entries, unsigned state_size, unsigned state_alignment, uint32_t *bt_offset, uint32_t *surface_offsets, void **surface_maps) blorp_alloc_binding_table() argument
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1608 struct ureg state_size = register_param1(p, STATE_POINT_SIZE_CLAMPED); in build_atten_pointsize() local
1626 emit_op2(p, OPCODE_MUL, out, WRITEMASK_X, ut, state_size); in build_atten_pointsize()
1631 emit_op2(p, OPCODE_MUL, ut, WRITEMASK_X, ut, state_size); in build_atten_pointsize()
1632 emit_op2(p, OPCODE_MAX, ut, WRITEMASK_X, ut, swizzle1(state_size, Y)); in build_atten_pointsize()
1633 emit_op2(p, OPCODE_MIN, out, WRITEMASK_X, ut, swizzle1(state_size, Z)); in build_atten_pointsize()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c889 uint32_t state_size, in anv_fixed_size_state_pool_alloc_new()
906 if (state_size >= block_size) in anv_fixed_size_state_pool_alloc_new()
907 return anv_block_pool_alloc(block_pool, state_size, padding); in anv_fixed_size_state_pool_alloc_new()
910 block.u64 = __sync_fetch_and_add(&pool->block.u64, state_size); in anv_fixed_size_state_pool_alloc_new()
916 new.next = offset + state_size; in anv_fixed_size_state_pool_alloc_new()
887 anv_fixed_size_state_pool_alloc_new(struct anv_fixed_size_state_pool *pool, struct anv_block_pool *block_pool, uint32_t state_size, uint32_t block_size, uint32_t *padding) anv_fixed_size_state_pool_alloc_new() argument
H A DgenX_blorp_exec.c171 unsigned state_size, unsigned state_alignment, in blorp_alloc_binding_table()
170 blorp_alloc_binding_table(struct blorp_batch *batch, unsigned num_entries, unsigned state_size, unsigned state_alignment, uint32_t *bt_offset, uint32_t *surface_offsets, void **surface_maps) blorp_alloc_binding_table() argument
H A Danv_image.c658 unsigned state_size = clear_color_state_size + 4; in add_aux_state_tracking_buffer() local
664 state_size += anv_minify(image->vk.extent.depth, l) * 4; in add_aux_state_tracking_buffer()
666 state_size += image->vk.mip_levels * image->vk.array_layers * 4; in add_aux_state_tracking_buffer()
687 ANV_OFFSET_IMPLICIT, state_size, 4096, in add_aux_state_tracking_buffer()
H A Danv_private.h841 uint32_t state_size, uint32_t alignment);
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h89 unsigned state_size, unsigned state_alignment,
2075 unsigned *state_size) in blorp_get_compute_push_const()
2085 *state_size = 0; in blorp_get_compute_push_const()
2122 *state_size = push_const_size; in blorp_get_compute_push_const()
2071 blorp_get_compute_push_const(struct blorp_batch *batch, const struct blorp_params *params, uint32_t threads, uint32_t *state_offset, unsigned *state_size) blorp_get_compute_push_const() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1524 size_t state_size = lvp_get_rendering_state_size(); in lvp_CreateDevice() local
1526 sizeof(*device) + state_size, 8, in lvp_CreateDevice()

Completed in 28 milliseconds