Home
last modified time | relevance | path

Searched refs:hw_to_descs (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.c717 memset(isa->hw_to_descs, 0, sizeof(isa->hw_to_descs)); in brw_init_isa_info()
724 assert(h < ARRAY_SIZE(isa->hw_to_descs) && !isa->hw_to_descs[h]); in brw_init_isa_info()
726 isa->hw_to_descs[h] = &opcode_descs[i]; in brw_init_isa_info()
748 return hw < ARRAY_SIZE(isa->hw_to_descs) ? isa->hw_to_descs[hw] : NULL; in brw_opcode_desc_from_hw()
H A Dbrw_isa_info.h42 const struct opcode_desc *hw_to_descs[128]; member

Completed in 2 milliseconds