HomeSort by: relevance | last modified time | path
    Searched refs:base_const_offset (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
nir_to_vir.c 342 uint32_t base_const_offset,
374 *const_offset = base_const_offset + first_component * 4;
585 uint32_t base_const_offset = const_offset; local
593 base_const_offset,
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.cpp 4578 unsigned base_const_offset, unsigned elem_size_bytes, unsigned write_mask,
4594 unsigned const_offset = offsets[i] + base_const_offset;
4602 unsigned base_const_offset, unsigned elem_size_bytes, unsigned num_components,
4620 info.const_offset = base_const_offset;

Completed in 33 milliseconds