Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c325 GLuint pass_tex = texinst->src; in compile_setupinst()
329 if (pass_tex >= GL_TEXTURE0_ARB && pass_tex <= GL_TEXTURE7_ARB) { in compile_setupinst()
330 unsigned attr = pass_tex - GL_TEXTURE0_ARB; in compile_setupinst()
333 } else if (pass_tex >= GL_REG_0_ATI && pass_tex <= GL_REG_5_ATI) { in compile_setupinst()
334 unsigned reg = pass_tex - GL_REG_0_ATI; in compile_setupinst()
558 GLuint pass_tex = texinst->src; in st_init_atifs_prog() local
562 prog->info.inputs_read |= BITFIELD64_BIT(VARYING_SLOT_TEX0 + pass_tex - GL_TEXTURE0_ARB); in st_init_atifs_prog()
568 if (pass_tex > in st_init_atifs_prog()
[all...]

Completed in 2 milliseconds