| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| gfx6_multisample_state.c | 34 GLuint index, GLfloat *result) 43 bits = brw_multisample_positions_1x_2x >> (8 * index); 46 bits = brw_multisample_positions_4x >> (8 * index); 49 bits = brw_multisample_positions_8x[index >> 2] >> (8 * (index & 3)); 52 bits = brw_multisample_positions_16x[index >> 2] >> (8 * (index & 3));
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| egldispatchstubs.h | 40 void __eglSetDispatchIndex(const char *name, int index); 49 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index); 50 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dpy, int index); 51 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index);
|
| egldispatchstubs.c | 69 int index = FindProcIndex(name); local 70 __EGL_DISPATCH_FUNC_INDICES[index] = dispatchIndex; 75 int index = FindProcIndex(name); local 76 return (void *) __EGL_DISPATCH_FUNCS[index]; 80 int index, EGLint errorCode) 85 func = exports->fetchDispatchEntry(vendor, __EGL_DISPATCH_FUNC_INDICES[index]); 94 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]); 102 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]); 109 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index) 118 return FetchVendorFunc(vendor, index, EGL_SUCCESS) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| egldispatchstubs.h | 13 void __eglSetDispatchIndex(const char *name, int index); 22 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index); 23 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dpy, int index); 24 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index);
|
| egldispatchstubs.c | 42 int index = FindProcIndex(name); local 43 __EGL_DISPATCH_FUNC_INDICES[index] = dispatchIndex; 48 int index = FindProcIndex(name); local 49 return (void *) __EGL_DISPATCH_FUNCS[index]; 53 int index, EGLint errorCode) 58 func = exports->fetchDispatchEntry(vendor, __EGL_DISPATCH_FUNC_INDICES[index]); 67 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]); 75 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]); 82 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index) 91 return FetchVendorFunc(vendor, index, EGL_SUCCESS) [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_atomwrapper.h | 28 extern int ParseTableWrapper(void *pspace, int index, void *CAIL,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_dual_blend.h | 15 int index) 17 if (util_blend_factor_is_dual_src(blend->rt[index].rgb_src_factor) || 18 util_blend_factor_is_dual_src(blend->rt[index].alpha_src_factor) || 19 util_blend_factor_is_dual_src(blend->rt[index].rgb_dst_factor) || 20 util_blend_factor_is_dual_src(blend->rt[index].alpha_dst_factor))
|
| u_bitmask.h | 65 * Returns the bit index on success, or UTIL_BITMASK_INVALID_INDEX on out of 74 * Returns the input index on success, or UTIL_BITMASK_INVALID_INDEX on out of 79 unsigned index); 83 unsigned index); 87 unsigned index); 104 * Search for the first set bit, starting from the giving index. 110 unsigned index);
|
| u_handle_table.c | 131 unsigned index) 141 object = ht->objects[index]; 143 ht->objects[index] = NULL; 155 unsigned index; local 170 index = ht->filled; 171 handle = index + 1; 178 if(!handle_table_resize(ht, index)) 181 assert(!ht->objects[index]); 182 ht->objects[index] = object; 194 unsigned index; local 241 unsigned index; local 264 unsigned index; local 285 unsigned index; local [all...] |
| u_bitmask.c | 138 unsigned index) 141 assert(index < bm->size); 143 if (index == bm->filled) { 155 unsigned index) 158 assert(index < bm->size); 160 if (index < bm->filled) 161 bm->filled = index; 174 /* linear search for an empty index, starting at filled position */ 205 unsigned index) 214 if (!util_bitmask_resize(bm, index)) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_dual_blend.h | 15 int index) 17 if (util_blend_factor_is_dual_src(blend->rt[index].rgb_src_factor) || 18 util_blend_factor_is_dual_src(blend->rt[index].alpha_src_factor) || 19 util_blend_factor_is_dual_src(blend->rt[index].rgb_dst_factor) || 20 util_blend_factor_is_dual_src(blend->rt[index].alpha_dst_factor))
|
| u_bitmask.h | 65 * Returns the bit index on success, or UTIL_BITMASK_INVALID_INDEX on out of 74 * Returns the input index on success, or UTIL_BITMASK_INVALID_INDEX on out of 79 unsigned index); 83 unsigned index); 87 unsigned index); 104 * Search for the first set bit, starting from the giving index. 110 unsigned index);
|
| u_handle_table.c | 131 unsigned index) 141 object = ht->objects[index]; 143 ht->objects[index] = NULL; 155 unsigned index; local 170 index = ht->filled; 171 handle = index + 1; 178 if(!handle_table_resize(ht, index)) 181 assert(!ht->objects[index]); 182 ht->objects[index] = object; 194 unsigned index; local 241 unsigned index; local 264 unsigned index; local 285 unsigned index; local [all...] |
| u_bitmask.c | 138 unsigned index) 141 assert(index < bm->size); 143 if (index == bm->filled) { 155 unsigned index) 158 assert(index < bm->size); 160 if (index < bm->filled) 161 bm->filled = index; 174 /* linear search for an empty index, starting at filled position */ 205 unsigned index) 214 if (!util_bitmask_resize(bm, index)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| api_arrayelt.c | 29 * state for the element/index. 96 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) 98 CALL_VertexAttrib1fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]))); 102 VertexAttrib1bvNV(GLuint index, const GLbyte *v) 104 CALL_VertexAttrib1fNV(get_dispatch(), (index, (GLfloat)v[0])); 108 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) 110 CALL_VertexAttrib2fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), BYTE_TO_FLOAT(v[1]))); 114 VertexAttrib2bvNV(GLuint index, const GLbyte *v) 116 CALL_VertexAttrib2fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1])); 120 VertexAttrib3NbvNV(GLuint index, const GLbyte *v [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| api_arrayelt.c | 29 * state for the element/index. 89 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) 91 CALL_VertexAttrib1fNV(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]))); 95 VertexAttrib1bvNV(GLuint index, const GLbyte *v) 97 CALL_VertexAttrib1fNV(GET_DISPATCH(), (index, (GLfloat)v[0])); 101 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) 103 CALL_VertexAttrib2fNV(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]), BYTE_TO_FLOAT(v[1]))); 107 VertexAttrib2bvNV(GLuint index, const GLbyte *v) 109 CALL_VertexAttrib2fNV(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1])); 113 VertexAttrib3NbvNV(GLuint index, const GLbyte *v [all...] |
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| pm2ramdac.c | 69 Permedia2WriteAddress (ScrnInfoPtr pScrn, CARD32 index) 73 GLINT_SLOW_WRITE_REG(index, PM2DACWriteAddress); 85 Permedia2ReadAddress (ScrnInfoPtr pScrn, CARD32 index) 90 GLINT_SLOW_WRITE_REG(index, PM2DACReadAddress); 109 int i, index, shift = 0, j, repeat = 1; local 117 index = indices[i]; 119 Permedia2WriteAddress(pScrn, (index << shift)+j); 120 Permedia2WriteData(pScrn, colors[index].red); 121 Permedia2WriteData(pScrn, colors[index].green); 122 Permedia2WriteData(pScrn, colors[index].blue) 142 int i, index, j; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/ |
| Scatter.cpp | 42 unsigned long index; local 43 while (_BitScanForward(&index, mask)) 45 mask &= ~(1 << index); 47 *(float*)(pBase + indices[index] * scale) = src[index];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_code.c | 61 unsigned index = c->Count; local 77 c->Constants[index] = *constant; 80 return index; 89 unsigned index; local 92 for(index = 0; index < c->Count; ++index) { 93 if (c->Constants[index].Type == RC_CONSTANT_STATE) { 94 if (c->Constants[index].u.State[0] == state0 && 95 c->Constants[index].u.State[1] == state1 116 unsigned index; local 141 unsigned index; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| radeon_code.c | 61 unsigned index = c->Count; local 77 c->Constants[index] = *constant; 80 return index; 89 unsigned index; local 92 for(index = 0; index < c->Count; ++index) { 93 if (c->Constants[index].Type == RC_CONSTANT_STATE) { 94 if (c->Constants[index].u.State[0] == state0 && 95 c->Constants[index].u.State[1] == state1 116 unsigned index; local 141 unsigned index; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| gen6_multisample_state.c | 34 GLuint index, GLfloat *result) 43 bits = brw_multisample_positions_1x_2x >> (8 * index); 46 bits = brw_multisample_positions_4x >> (8 * index); 49 bits = brw_multisample_positions_8x[index >> 2] >> (8 * (index & 3)); 52 bits = brw_multisample_positions_16x[index >> 2] >> (8 * (index & 3)); 64 * Sample index layout shows the numbering of slots in a rectangular 68 * index layout in case of 2X and 4x MSAA, but they are different in 71 * 8X MSAA sample index layout 8x MSAA sample number layou [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| physical_regalloc.c | 38 int index = 0; local 44 printf("%03d: load %d use reg %d\n", index, node->index, load->reg->index); 48 printf("%03d: store %d use reg %d\n", index, node->index, store->reg->index); 50 index++; 58 int index = 0; local 61 node->preg.index = index++ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| indirect_vertex_program.c | 38 do_vertex_attrib_enable(GLuint index, GLboolean val) 44 index, val)) { 51 __indirect_glEnableVertexAttribArray(GLuint index) 53 do_vertex_attrib_enable(index, GL_TRUE); 58 __indirect_glDisableVertexAttribArray(GLuint index) 60 do_vertex_attrib_enable(index, GL_FALSE); 65 get_parameter(unsigned opcode, unsigned size, GLenum target, GLuint index, 78 *((GLuint *) (pc + 4)) = index; 90 __indirect_glGetProgramEnvParameterfvARB(GLenum target, GLuint index, 93 get_parameter(1296, 4, target, index, params) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| indirect_vertex_program.c | 38 do_vertex_attrib_enable(GLuint index, GLboolean val) 44 index, val)) { 51 __indirect_glEnableVertexAttribArray(GLuint index) 53 do_vertex_attrib_enable(index, GL_TRUE); 58 __indirect_glDisableVertexAttribArray(GLuint index) 60 do_vertex_attrib_enable(index, GL_FALSE); 65 get_parameter(unsigned opcode, unsigned size, GLenum target, GLuint index, 78 *((GLuint *) (pc + 4)) = index; 90 __indirect_glGetProgramEnvParameterfvARB(GLenum target, GLuint index, 93 get_parameter(1296, 4, target, index, params) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_dominance.c | 41 * because we index blocks from beginning -> end (i.e. reverse 44 while (b1->index > b2->index) 46 while (b2->index > b1->index) 77 calc_dfs_indices(struct ir3_block *block, unsigned index) 79 block->dom_pre_index = index++; 81 index = calc_dfs_indices(block->dom_children[i], index); 82 block->dom_post_index = index++ [all...] |