| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_texture.h | 51 uint32_t tex0, tex1, tex2, tex3, tex4, tex5; member in struct:fd2_pipe_sampler_view
|
| H A D | fd2_texture.c | 186 so->tex1 = A2XX_SQ_TEX_1_FORMAT(fmt.format) |
|
| H A D | fd2_emit.c | 139 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 D | fd2_texture.h | 51 uint32_t tex0, tex1, tex2, tex3, tex4, tex5; member in struct:fd2_pipe_sampler_view
|
| H A D | fd2_texture.c | 184 so->tex1 =
|
| H A D | fd2_emit.c | 140 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 D | nir_instr_set.c | 652 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 D | nir_instr_set.c | 646 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 D | subtex.c | 25 static GLubyte tex1[] = { local in function:first_texture 42 if (tex1[(height-i-1)*width+j]) {
|
| H A D | texobj.c | 134 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 D | fp-tri.c | 161 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 D | tri-multitex-vbo.c | 37 GLfloat tex1[NR_VERTS][2]; member in struct:__anon901ce9110108 171 glTexCoordPointer( 2, GL_FLOAT, 0, Offset(&verts, tex1) );
|