HomeSort by: relevance | last modified time | path
    Searched defs:indices (Results 1 - 25 of 98) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_struct.c 51 LLVMValueRef indices[2]; local
55 indices[0] = lp_build_const_int32(gallivm, 0);
56 indices[1] = lp_build_const_int32(gallivm, member);
57 member_ptr = LLVMBuildGEP(gallivm->builder, ptr, indices, ARRAY_SIZE(indices), "");
85 LLVMValueRef indices[2]; local
89 indices[0] = lp_build_const_int32(gallivm, 0);
90 indices[1] = index;
91 element_ptr = LLVMBuildGEP(gallivm->builder, ptr, indices, ARRAY_SIZE(indices), "");
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
p_tessellator.h 47 uint32_t *indices; member in struct:pipe_tessellator_data
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_struct.c 51 LLVMValueRef indices[2]; local
55 indices[0] = lp_build_const_int32(gallivm, 0);
56 indices[1] = lp_build_const_int32(gallivm, member);
57 member_ptr = LLVMBuildGEP(gallivm->builder, ptr, indices, ARRAY_SIZE(indices), "");
85 LLVMValueRef indices[2]; local
89 indices[0] = lp_build_const_int32(gallivm, 0);
90 indices[1] = index;
91 element_ptr = LLVMBuildGEP(gallivm->builder, ptr, indices, ARRAY_SIZE(indices), "");
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/redbook/
aapoly.c 72 /* indices of front, top, left, bottom, right, back faces */
73 static GLubyte indices[NFACE][4] = { local
90 glDrawElements (GL_QUADS, NFACE*4, GL_UNSIGNED_BYTE, indices);
mvarray.c 87 static GLvoid * indices[2] = {oneIndices, twoIndices}; local
92 (const GLvoid **) indices, 2);
varray.c 113 GLuint indices[4] = {0, 1, 3, 4}; local
115 glDrawElements (GL_POLYGON, 4, GL_UNSIGNED_INT, indices);
  /xsrc/external/mit/mesa-demos/dist/src/tests/
cva.c 35 GLuint indices[] = { 0, 1, 2, 3 }; variable
73 glDrawElements( GL_TRIANGLES, 3, GL_UNSIGNED_INT, indices );
  /xsrc/external/mit/mesa-demos/dist/src/trivial/
drawelements-large.c 13 GLushort indices[NR_VERTS*2]; variable
58 indices[2*i+0] = i;
59 indices[2*i+1] = (i+1 == NR_VERTS) ? 0 : i+1;
74 glDrawElements( GL_LINES, NR_VERTS*2, GL_UNSIGNED_SHORT, indices );
drawelements.c 25 GLuint indices[] = { 1, 2, 3 }; variable
74 glDrawElements( GL_TRIANGLES, 3, GL_UNSIGNED_INT, indices );
drawrange.c 25 GLuint indices[] = { 1, 2, 3 }; variable
72 glDrawRangeElements( GL_TRIANGLES, 1, 3, 3, GL_UNSIGNED_INT, indices );
lineloop-elts.c 25 GLuint indices[] = { 1, 2, 3 }; variable
74 glDrawElements( GL_LINE_LOOP, 3, GL_UNSIGNED_INT, indices );
tri-array-interleaved.c 29 GLuint indices[] = { 1, 2, 3 }; variable
73 glDrawElements( GL_TRIANGLES, 3, GL_UNSIGNED_INT, indices );
vbo-drawelements.c 33 GLuint indices[] = { 0, 1, 2, 3 }; variable
76 glBufferDataARB(GL_ELEMENT_ARRAY_BUFFER_ARB, sizeof(indices), indices, GL_STATIC_DRAW_ARB);
vbo-drawrange.c 35 GLuint indices[] = { 1, 2, 3 }; variable
78 glBufferDataARB(GL_ELEMENT_ARRAY_BUFFER_ARB, sizeof(indices), indices, GL_STATIC_DRAW_ARB);
98 glDrawRangeElements( GL_TRIANGLES, 1, 3, 3, GL_UNSIGNED_INT, indices );
vp-array-int.c 25 GLuint indices[] = { 0, 1, 2, 3 }; variable
71 glDrawElements( GL_TRIANGLES, 3, GL_UNSIGNED_INT, indices );
vp-array.c 25 GLuint indices[] = { 0, 1, 2, 3 }; variable
71 glDrawElements( GL_TRIANGLES, 3, GL_UNSIGNED_INT, indices );
tri-multitex-vbo.c 63 GLuint indices[] = { 0, 1, 2, 3 }; variable
157 glBufferDataARB(GL_ELEMENT_ARRAY_BUFFER_ARB, sizeof(indices), indices, GL_STATIC_DRAW_ARB);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_llvm_sample.c 94 LLVMValueRef indices[4]; local
101 indices[0] = lp_build_const_int32(gallivm, 0);
103 indices[1] = lp_build_const_int32(gallivm, DRAW_JIT_CTX_TEXTURES);
105 indices[2] = lp_build_const_int32(gallivm, texture_unit);
107 indices[3] = lp_build_const_int32(gallivm, member_index);
109 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
140 LLVMValueRef indices[4]; local
147 indices[0] = lp_build_const_int32(gallivm, 0);
149 indices[1] = lp_build_const_int32(gallivm, DRAW_JIT_CTX_SAMPLERS)
    [all...]
  /xsrc/external/mit/freetype/dist/src/psaux/
t1cmap.h 74 FT_UShort* indices; member in struct:T1_CMapCustomRec_
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_intrinsics.py 46 indices, flags, sysval, bit_sizes):
56 - indices: list of constant indicies
66 assert isinstance(indices, list)
67 if indices:
68 assert isinstance(indices[0], Index)
85 self.num_indices = len(indices)
86 self.indices = indices
118 def intrinsic(name, src_comp=[], dest_comp=-1, indices=[],
122 indices, flags, sysval, bit_sizes
352 indices=[MEMORY_SCOPE]) variable
513 indices=[CALL_IDX, STACK_SIZE]) variable
615 indices=[DESC_SET, BINDING, DESC_TYPE], variable
1003 indices=[WRITE_MASK, ACCESS, ALIGN_MUL, ALIGN_OFFSET]) variable
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_tex_sample.cpp 110 LLVMValueRef indices[4]; local
117 indices[0] = lp_build_const_int32(gallivm, 0);
122 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesFS);
125 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesVS);
128 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesGS);
131 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesTCS);
134 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesTES);
141 indices[2] = lp_build_const_int32(gallivm, texture_unit);
143 indices[3] = lp_build_const_int32(gallivm, member_index);
145 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "")
216 LLVMValueRef indices[4]; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texcompress_cpal.c 80 const void *indices, GLuint num_pixels, GLubyte *image)
87 const GLubyte *ind = (const GLubyte *) indices;
101 const GLubyte *ind = (const GLubyte *) indices;
155 const GLubyte *indices; local
169 indices = (const GLubyte *) palette + info->palette_size * info->size;
194 paletted_to_color(info, palette, indices, num_texels, image);
203 indices += (num_texels + 1) / 2;
205 indices += num_texels;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 100 LLVMValueRef indices[4]; local
107 indices[0] = lp_build_const_int32(gallivm, 0);
109 indices[1] = lp_build_const_int32(gallivm, LP_JIT_CTX_TEXTURES);
111 indices[2] = lp_build_const_int32(gallivm, texture_unit);
113 indices[3] = lp_build_const_int32(gallivm, member_index);
115 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
178 LLVMValueRef indices[4]; local
185 indices[0] = lp_build_const_int32(gallivm, 0);
187 indices[1] = lp_build_const_int32(gallivm, LP_JIT_CTX_SAMPLERS)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_tex_sample.cpp 109 LLVMValueRef indices[4]; local
116 indices[0] = lp_build_const_int32(gallivm, 0);
121 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesFS);
124 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesVS);
127 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesGS);
134 indices[2] = lp_build_const_int32(gallivm, texture_unit);
136 indices[3] = lp_build_const_int32(gallivm, member_index);
138 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
206 LLVMValueRef indices[4] local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_cpal.c 80 const void *indices, GLuint num_pixels, GLubyte *image)
87 const GLubyte *ind = (const GLubyte *) indices;
101 const GLubyte *ind = (const GLubyte *) indices;
155 const GLubyte *indices; local
169 indices = (const GLubyte *) palette + info->palette_size * info->size;
194 paletted_to_color(info, palette, indices, num_texels, image);
203 indices += (num_texels + 1) / 2;
205 indices += num_texels;

Completed in 18 milliseconds

1 2 3 4