/third_party/node/deps/v8/src/compiler/ |
H A D | memory-lowering.cc | 245 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 D | iris_blorp.c | 155 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 D | crocus_blorp.c | 175 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 D | ffvertex_prog.c | 1608 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 D | anv_allocator.c | 889 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 D | genX_blorp_exec.c | 171 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 D | anv_image.c | 658 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 D | anv_private.h | 841 uint32_t state_size, uint32_t alignment);
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_genX_exec.h | 89 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 D | lvp_device.c | 1524 size_t state_size = lvp_get_rendering_state_size(); in lvp_CreateDevice() local 1526 sizeof(*device) + state_size, 8, in lvp_CreateDevice()
|