Home
last modified time | relevance | path

Searched refs:secondary_offset (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dstub-cache.cc100 int secondary_offset = SecondaryOffset(old_name, old_map); in Set() local
101 Entry* secondary = entry(secondary_, secondary_offset); in Set()
119 int secondary_offset = SecondaryOffset(name, map); in Get() local
120 Entry* secondary = entry(secondary_, secondary_offset); in Get()
Daccessor-assembler.cc2979 TNode<IntPtrT> secondary_offset = in TryProbeStubCache() local
2981 TryProbeStubCacheTable(stub_cache, kSecondary, secondary_offset, name, in TryProbeStubCache()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_descriptor_set.c319 layout->memory_layout_in_dwords_per_stage[stage].secondary_offset = in pvr_setup_in_memory_layout_sizes()
387 layout->memory_layout_in_dwords_per_stage[stage].secondary_offset); in pvr_dump_in_memory_layout_sizes()
809 .secondary_offset; in pvr_dump_in_register_layout_sizes()
962 reg_layout->secondary_offset = next_free_reg[stage]; in pvr_CreatePipelineLayout()
1122 offset = layout->memory_layout_in_dwords_per_stage[stage].secondary_offset; in pvr_get_descriptor_secondary_offset()
1364 uint32_t secondary_offset; in pvr_descriptor_update_buffer_info() local
1379 secondary_offset = in pvr_descriptor_update_buffer_info()
1387 memcpy(mem_ptr + secondary_offset, &range, size_info.secondary << 2); in pvr_descriptor_update_buffer_info()
1532 uint32_t secondary_offset; in pvr_descriptor_update_sampler_texture() local
1548 secondary_offset = in pvr_descriptor_update_sampler_texture()
[all …]
Dpvr_private.h444 uint32_t secondary_offset; member
Dpvr_pipeline.c706 .destination = reg_layout->secondary_offset + start_offset, in pvr_pds_descriptor_program_create_and_upload()
Dpvr_cmd_buffer.c2878 .secondary_offset in pvr_setup_descriptor_mappings()
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.h204 info->vs.secondary_offset; in pan_shader_prepare_bifrost_rsd()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h321 unsigned secondary_offset; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c4596 cfg.binary = state->bin.gpu + state->info.vs.secondary_offset; in prepare_shader()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c5243 info->vs.secondary_offset = offset; in bi_compile_variant()