Home
last modified time | relevance | path

Searched refs:slot_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp898 int slot_offset = 0; in emit_urb_writes() local
904 slot_offset = slot - vue_map->varying_to_slot[VARYING_SLOT_POS]; in emit_urb_writes()
908 i + (slot_offset * 4)); in emit_urb_writes()
/third_party/python/Objects/
Dtypeobject.c49 short slot_offset; member
3380 short slot_offset, subslot_offset; in PyType_FromModuleAndSpec() local
3538 slot_offset = slotoffsets.slot_offset; in PyType_FromModuleAndSpec()
3540 *(void**)((char*)res_start + slot_offset) = slot->pfunc; in PyType_FromModuleAndSpec()
3542 void *parent_slot = *(void**)((char*)res_start + slot_offset); in PyType_FromModuleAndSpec()
3644 parent_slot = *(void**)((char*)type + pyslot_offsets[slot].slot_offset); in PyType_GetSlot()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io.c208 const unsigned slot_offset = total_offset / 4; in get_io_offset() local
210 return nir_imm_int(b, type_size(glsl_vec4_type(), bts) * slot_offset); in get_io_offset()