HomeSort by relevance Sort by last modified time
    Searched full:attribute_offset (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 230 size_t attribute_offset = tag_size + 4 /* byte-size */; local
232 const char* attr_buf = subsubsection_data + attribute_offset;
233 size_t attr_size = subsubsection_length - attribute_offset;
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 206 LLVMValueRef attribute_offset; local
228 attribute_offset = lp_build_const_int32(base->gallivm, 0);
238 args[1] = attribute_offset;

Completed in 711 milliseconds