Searched refs:primary_offset (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | stub-cache.cc | 87 int primary_offset = PrimaryOffset(name, map); in Set() local 88 Entry* primary = entry(primary_, primary_offset); in Set() 114 int primary_offset = PrimaryOffset(name, map); in Get() local 115 Entry* primary = entry(primary_, primary_offset); in Get()
|
H A D | accessor-assembler.cc | 2970 TNode<IntPtrT> primary_offset = in TryProbeStubCache() local 2972 TryProbeStubCacheTable(stub_cache, kPrimary, primary_offset, name, in TryProbeStubCache()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_descriptor_set.c | 311 layout->memory_layout_in_dwords_per_stage[stage].primary_offset = in pvr_setup_in_memory_layout_sizes() 348 layout->memory_layout_in_dwords_per_stage[stage].primary_offset); in pvr_dump_in_memory_layout_sizes() 779 .primary_offset; in pvr_dump_in_register_layout_sizes() 942 reg_layout->primary_offset = next_free_reg[stage]; in pvr_CreatePipelineLayout() 1097 offset = layout->memory_layout_in_dwords_per_stage[stage].primary_offset; in pvr_get_descriptor_primary_offset() 1363 uint32_t primary_offset; in pvr_descriptor_update_buffer_info() local 1373 primary_offset = in pvr_descriptor_update_buffer_info() 1386 memcpy(mem_ptr + primary_offset, &addr, size_info.primary << 2); in pvr_descriptor_update_buffer_info() 1414 uint32_t primary_offset; in pvr_descriptor_update_sampler() local 1423 primary_offset in pvr_descriptor_update_sampler() 1533 uint32_t primary_offset; pvr_descriptor_update_sampler_texture() local 1608 uint32_t primary_offset; pvr_descriptor_update_texture() local 1700 uint32_t primary_offset; pvr_descriptor_update_buffer_view() local 1758 uint32_t primary_offset; pvr_descriptor_update_input_attachment() local [all...] |
H A D | pvr_private.h | 441 uint32_t primary_offset; member
|
H A D | pvr_pipeline.c | 693 .destination = reg_layout->primary_offset + start_offset, in pvr_pds_descriptor_program_create_and_upload()
|
H A D | pvr_cmd_buffer.c | 2872 .primary_offset in pvr_setup_descriptor_mappings()
|
/third_party/libdrm/include/drm/ |
H A D | mga_drm.h | 301 unsigned long primary_offset; member
|
Completed in 43 milliseconds