Searched refs:tex1 (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.c186 so->tex1 = A2XX_SQ_TEX_1_FORMAT(fmt.format) |
H A Dfd2_emit.c139 OUT_RELOC(ring, rsc->bo, fd_resource_offset(rsc, 0, 0), view->tex1, 0);
/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.c184 so->tex1 =
H A Dfd2_emit.c140 OUT_RELOC(ring, rsc->bo, fd_resource_offset(rsc, 0, 0), view->tex1, 0);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_instr_set.c652 nir_tex_instr *tex1 = nir_instr_as_tex(instr1); local in function:nir_instrs_equal
655 if (tex1->op != tex2->op)
658 if (tex1->num_srcs != tex2->num_srcs)
660 for (unsigned i = 0; i < tex1->num_srcs; i++) {
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
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_instr_set.c646 nir_tex_instr *tex1 = nir_instr_as_tex(instr1); local in function:nir_instrs_equal
649 if (tex1->op != tex2->op)
652 if (tex1->num_srcs != tex2->num_srcs)
654 for (unsigned i = 0; i < tex1->num_srcs; i++) {
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
[all...]
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dsubtex.c25 static GLubyte tex1[] = { local in function:first_texture
42 if (tex1[(height-i-1)*width+j]) {
H A Dtexobj.c134 static GLubyte tex1[] = { local in function:init
191 if (tex1[(height-i-1)*width+j]) {
/xsrc/external/mit/mesa-demos/dist/src/fpglsl/
H A Dfp-tri.c161 GLint tex1 = glGetUniformLocationARB(program, "tex1"); local in function:setup_uniforms
163 if (tex1 >= 0)
164 glUniform1i(tex1, 0);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-multitex-vbo.c37 GLfloat tex1[NR_VERTS][2]; member in struct:__anon901ce9110108
171 glTexCoordPointer( 2, GL_FLOAT, 0, Offset(&verts, tex1) );

Completed in 8 milliseconds