Searched refs:tgsi_is_bindless_image_file (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h220 tgsi_is_bindless_image_file(unsigned file) function in typeref:typename:bool
H A Dtgsi_scan.c371 if (tgsi_is_bindless_image_file(fullinst->Src[0].Register.File))
375 if (tgsi_is_bindless_image_file(fullinst->Src[0].Register.File)) {
395 if (tgsi_is_bindless_image_file(fullinst->Src[0].Register.File)) {
405 if (tgsi_is_bindless_image_file(fullinst->Dst[0].Register.File)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h223 tgsi_is_bindless_image_file(unsigned file) function in typeref:typename:bool
H A Dtgsi_scan.c380 if (tgsi_is_bindless_image_file(fullinst->Src[0].Register.File))
384 if (tgsi_is_bindless_image_file(fullinst->Src[0].Register.File)) {
406 if (tgsi_is_bindless_image_file(fullinst->Src[0].Register.File)) {
416 if (tgsi_is_bindless_image_file(fullinst->Dst[0].Register.File)) {

Completed in 6 milliseconds