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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.h51 uint32_t tex0, tex1, tex2, tex3, tex4, tex5; member in struct:fd2_pipe_sampler_view
H A Dfd2_texture.c188 so->tex2 = A2XX_SQ_TEX_2_HEIGHT(prsc->height0 - 1) |
H A Dfd2_emit.c143 OUT_RING(ring, view->tex2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.h51 uint32_t tex0, tex1, tex2, tex3, tex4, tex5; member in struct:fd2_pipe_sampler_view
H A Dfd2_texture.c187 so->tex2 =
H A Dfd2_emit.c144 OUT_RING(ring, view->tex2);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dfloattex.c161 GLfloat *tex2 = (GLfloat *) local in function:InitTexture
163 glGetTexImage(GL_TEXTURE_2D, 0, imgFormat, GL_FLOAT, tex2);
166 if (ftex[i] != tex2[i]) {
167 printf("tex[%d] %g != tex2[%d] %g\n",
168 i, ftex[i], i, tex2[i]);
H A Dsubtex.c61 static GLubyte tex2[] = { local in function:second_texture
78 if (tex2[(height-i-1)*width+j]) {
H A Dtexobj.c144 static GLubyte tex2[] = { local in function:init
226 if (tex2[(height-i-1)*width+j]) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_instr_set.c653 nir_tex_instr *tex2 = nir_instr_as_tex(instr2); local in function:nir_instrs_equal
655 if (tex1->op != tex2->op)
658 if (tex1->num_srcs != tex2->num_srcs)
661 if (tex1->src[i].src_type != tex2->src[i].src_type ||
662 !nir_srcs_equal(tex1->src[i].src, tex2->src[i].src)) {
667 if (tex1->coord_components != tex2->coord_components ||
668 tex1->sampler_dim != tex2->sampler_dim ||
669 tex1->is_array != tex2->is_array ||
670 tex1->is_shadow != tex2->is_shadow ||
671 tex1->is_new_style_shadow != tex2
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_instr_set.c647 nir_tex_instr *tex2 = nir_instr_as_tex(instr2); local in function:nir_instrs_equal
649 if (tex1->op != tex2->op)
652 if (tex1->num_srcs != tex2->num_srcs)
655 if (tex1->src[i].src_type != tex2->src[i].src_type ||
656 !nir_srcs_equal(tex1->src[i].src, tex2->src[i].src)) {
661 if (tex1->coord_components != tex2->coord_components ||
662 tex1->sampler_dim != tex2->sampler_dim ||
663 tex1->is_array != tex2->is_array ||
664 tex1->is_shadow != tex2->is_shadow ||
665 tex1->is_new_style_shadow != tex2
[all...]
/xsrc/external/mit/mesa-demos/dist/src/fpglsl/
H A Dfp-tri.c162 GLint tex2 = glGetUniformLocationARB(program, "tex2"); local in function:setup_uniforms
165 if (tex2 >= 0)
166 glUniform1i(tex2, 1);

Completed in 58 milliseconds