Home
last modified time | relevance | path

Searched refs:attr_offset (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp363 const uint32_t attr_offset = offset; in getAttributeValue() local
368 return attr_offset; in getAttributeValue()
/external/syslinux/core/fs/ntfs/
Dntfs.c200 uint32_t attr_offset = 0; in ntfs_mft_record_lookup_any() local
221 stream = mapping_chunk_init(attr, &chunk, &attr_offset); in ntfs_mft_record_lookup_any()
223 err = parse_data_run(stream, &attr_offset, attr_len, &chunk); in ntfs_mft_record_lookup_any()
/external/mesa3d/src/mesa/vbo/
Dvbo_save_api.c360 unsigned attr_offset = node->attrsz[0] * sizeof(GLfloat); in _save_compile_vertex_list() local
368 buffer + node->buffer_offset + vertex_offset + attr_offset, in _save_compile_vertex_list()
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstructions.td996 (int_SI_vs_load_input SReg_128:$tlst, IMM12bit:$attr_offset,
998 (BUFFER_LOAD_FORMAT_XYZW imm:$attr_offset, 0, 1, 0, 0, 0,
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td2138 (SIload_input v4i32:$tlst, imm:$attr_offset, i32:$buf_idx_vgpr),
2139 (BUFFER_LOAD_FORMAT_XYZW_IDXEN $buf_idx_vgpr, $tlst, 0, imm:$attr_offset, 0, 0, 0)