| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_nir_lower_ubo_loads.c | 41 nir_ssa_def *bound = NULL; local 43 bound = load->src[2].ssa; 65 if (bound) { 67 bound); 84 if (bound) { 89 nir_ilt(b, nir_iadd_imm(b, offset, load_size - 1), bound);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| lima_resource.h | 46 struct pipe_scissor_state bound; member in struct:lima_damage_region
|
| lima_job.c | 632 struct pipe_scissor_state bound; local 636 struct pipe_scissor_state *dbound = &ds->bound; 637 bound.minx = MAX2(dbound->minx, dr->minx >> 4); 638 bound.miny = MAX2(dbound->miny, dr->miny >> 4); 639 bound.maxx = MIN2(dbound->maxx, (dr->maxx + 0xf) >> 4); 640 bound.maxy = MIN2(dbound->maxy, (dr->maxy + 0xf) >> 4); 642 bound.minx = dr->minx >> 4; 643 bound.miny = dr->miny >> 4; 644 bound.maxx = (dr->maxx + 0xf) >> 4; 645 bound.maxy = (dr->maxy + 0xf) >> 4 [all...] |
| lima_resource.c | 475 struct pipe_scissor_state *bound) 484 memset(bound, 0, sizeof(*bound)); 486 get_scissor_from_box(bound, &b, pres->height0); 522 struct pipe_scissor_state *bound = &damage->bound; local 523 get_damage_bound_box(pres, rects, nrects, bound);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| lcra.h | 39 * bound. */ 91 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, unsigned bound);
|
| lcra.c | 86 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, unsigned bound) 88 l->alignment[node] = (align_log2 + 1) | (bound << 16); 104 unsigned bound = BA >> 16; local 105 l->modulus[node] = DIV_ROUND_UP(bound - len + 1, 1 << alignment); 170 unsigned bound = BA >> 16; local 172 unsigned P = bound >> shift;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ast_array_index.cpp | 174 unsigned bound = 0; local 187 bound = array->type->row_type()->vector_elements; 192 bound = array->type->vector_elements; 202 bound = array->type->array_size(); 206 if (bound > 0) { 208 type_name, bound);
|
| gl_nir_link_uniform_initializers.c | 81 shader->Program->sh.BindlessSamplers[index].bound = true; 99 shader->Program->sh.BindlessImages[index].bound = true;
|
| link_uniform_initializers.cpp | 154 shader->Program->sh.BindlessSamplers[index].bound = true; 173 shader->Program->sh.BindlessImages[index].bound = true;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ast_array_index.cpp | 174 unsigned bound = 0; local 187 bound = array->type->row_type()->vector_elements; 192 bound = array->type->vector_elements; 202 bound = array->type->array_size(); 206 if (bound > 0) { 208 type_name, bound);
|
| gl_nir_link_uniform_initializers.c | 81 shader->Program->sh.BindlessSamplers[index].bound = true; 99 shader->Program->sh.BindlessImages[index].bound = true;
|
| link_uniform_initializers.cpp | 154 shader->Program->sh.BindlessSamplers[index].bound = true; 173 shader->Program->sh.BindlessImages[index].bound = true;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| miarc.c | 118 struct bound { struct 141 struct bound ellipse; 142 struct bound inner; 143 struct bound outer; 144 struct bound right; 145 struct bound left; 2659 struct arc_bound *bound, 2665 struct bound innerx, outerx; 2666 struct bound ellipsex; 2668 bound->ellipse.min = Dsin(def->a0) * def->h 3502 struct arc_bound bound; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| miarc.c | 116 struct bound { struct 139 struct bound ellipse; 140 struct bound inner; 141 struct bound outer; 142 struct bound right; 143 struct bound left; 2605 struct arc_bound *bound, 2613 struct bound innerx, outerx; 2614 struct bound ellipsex; 2616 bound->ellipse.min = Dsin (def->a0) * def->h 3490 struct arc_bound bound; local [all...] |
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| Xcms.txt | 32 There are no claims that these color specifications are or should be bound
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_compositerects.c | 40 bound(int16_t a, uint16_t b) function 74 boxes[j].x2 = bound(rects[i].x + tx, rects[i].width); 78 boxes[j].y2 = bound(rects[i].y + ty, rects[i].height);
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_texture_array.spec | 391 same initial values. If the new texture object is bound to TEXTURE_1D, 402 bind is successful no change is made to the state of the bound texture 405 While a texture object is bound, GL operations on the target to which 406 it is bound affect the bound object, and queries of the target to which 407 it is bound return state from the bound object. If texture mapping of 408 the dimensionality of the target to which a texture object is bound is 409 enabled, the state of the bound texture object directs the texturing 421 TEXTURE_2D_ARRAY_EXT respectively while 0 is bound to the correspondin [all...] |
| WL_bind_wayland_display.spec | 99 wl_display bound to EGLDisplay otherwise EGL_TRUE. 102 wl_display bound to the EGLDisplay currently otherwise EGL_TRUE.
|
| MESA_multithread_makecurrent.spec | 127 glXMakeCurrent() when it is already bound to another thread? 129 The context becomes bound to the new drawable/readable, and
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_texture_array.spec | 391 same initial values. If the new texture object is bound to TEXTURE_1D, 402 bind is successful no change is made to the state of the bound texture 405 While a texture object is bound, GL operations on the target to which 406 it is bound affect the bound object, and queries of the target to which 407 it is bound return state from the bound object. If texture mapping of 408 the dimensionality of the target to which a texture object is bound is 409 enabled, the state of the bound texture object directs the texturing 421 TEXTURE_2D_ARRAY_EXT respectively while 0 is bound to the correspondin [all...] |
| WL_bind_wayland_display.spec | 99 wl_display bound to EGLDisplay otherwise EGL_TRUE. 102 wl_display bound to the EGLDisplay currently otherwise EGL_TRUE.
|
| MESA_multithread_makecurrent.spec | 127 glXMakeCurrent() when it is already bound to another thread? 129 The context becomes bound to the new drawable/readable, and
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_program.c | 37 bool bound) assert_dt 39 if (bound) {
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_memory.c | 200 if (mem == NULL || mem->bound || pI830->use_drm_mode) 212 mem->bound = TRUE; 225 mem->bound = TRUE; 241 if (mem == NULL || !mem->bound) 250 mem->bound = FALSE; 261 mem->bound = FALSE; 663 * The memory is automatically bound if we have the VT. 794 * The memory will be bound automatically when the driver is in control of the 933 if (mem->bound) { 1113 if (pI830->FbBase && front_buffer->bound) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| arrayobj.c | 240 * the object has never been bound, it is initialized. 287 * been previously bound but has been generated (without subsequent 572 /* The bound arrays. */ 573 const GLbitfield bound = enabled & binding->_BoundArrays; local 575 /* Start this current effective binding with the actual bound arrays */ 576 GLbitfield eff_bound_arrays = bound; 585 GLbitfield scanmask = mask & vbos & ~bound; 601 /* Finally this is the set of effectively bound arrays with the 605 /* The bound arrays past the VERT_ATTRIB_{POS,GENERIC0} mapping. */ 633 /* Remove those attrib bits from the mask that are bound to th 691 const GLbitfield bound = VERT_BIT(i); local [all...] |