Searched refs:validated (Results 1 - 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_surface.h48 int32_t validated; /* atomic */ member in struct:vmw_svga_winsys_surface
H A Dvmw_surface.c54 assert(p_atomic_read(&dst->validated) == 0);
H A Dvmw_screen_svga.c170 p_atomic_set(&surface->validated, 0);
192 return (p_atomic_read(&vsurf->validated) == 0);
H A Dvmw_context.c171 p_atomic_dec(&vsurf->validated);
266 p_atomic_inc(&vsurf->validated);
355 p_atomic_dec(&vswc->surface.handles[i]->validated);
H A Dvmw_screen_dri.c205 p_atomic_set(&vsrf->validated, 0);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h114 struct list_head validated; member in struct:svga_host_surface_cache
H A Dsvga_screen_cache.c277 LIST_ADD(&entry->head, &cache->validated);
308 curr = cache->validated.next;
310 while (curr != &cache->validated) {
378 LIST_INITHEAD(&cache->validated);
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S5 # The answer is validated to hw perf counters.
/external/libselinux/src/
H A Dlabel.c50 if (!rec->validating || contexts->validated)
57 contexts->validated = 1;
H A Dlabel_internal.h44 int validated; member in struct:selabel_lookup_rec
/external/selinux/libselinux/src/
H A Dlabel_internal.h77 int validated; member in struct:selabel_lookup_rec
H A Dlabel.c209 if (!rec->validating || contexts->validated)
216 contexts->validated = 1;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.c174 t->validated = GL_FALSE;
346 t->validated = GL_FALSE;
H A Dradeon_mipmap_tree.c547 if (samp == &texObj->Sampler && (t->validated || t->image_override)) {
598 t->validated = GL_TRUE;
H A Dradeon_common_context.h194 GLboolean validated; member in struct:radeon_tex_obj
H A Dradeon_texstate.c708 t->validated = GL_TRUE;
1095 t->validated = GL_TRUE;
/external/libdrm/intel/
H A Dintel_bufmgr_fake.c209 int is_static, validated; member in struct:_drm_intel_bo_fake
1152 bo_fake->validated = 0;
1170 /* Sanity check: Buffers should be unmapped before being validated.
1225 bo_fake->validated = 1;
1349 if (!target_fake->validated) {
1401 if (target_fake->validated)
1411 bo_fake->validated = 0;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tex.c221 t->validated = GL_FALSE;
403 t->validated = GL_FALSE;
H A Dradeon_mipmap_tree.c547 if (samp == &texObj->Sampler && (t->validated || t->image_override)) {
598 t->validated = GL_TRUE;
H A Dradeon_common_context.h194 GLboolean validated; member in struct:radeon_tex_obj
H A Dr200_texstate.c833 t->validated = GL_TRUE;
1535 t->validated = GL_TRUE;
/external/skia/src/pdf/
H A DSkPDFDevice.cpp145 int validated; local
146 for (validated = 0; validated < numGlyphs; ++validated) {
147 if (input[validated] > maxGlyphID) {
151 if (validated >= numGlyphs) {
158 if (validated > 0) {
159 memcpy(storage->get(), input, validated * sizeof(uint16_t));
162 for (int i = validated; i < numGlyphs; ++i) {
/external/valgrind/exp-bbv/tests/x86/
H A Drep_prefix.S5 # The answer is validated to hw perf counters.
/external/vulkan-validation-layers/
H A Dgenerator.py1824 # Ensure that any parenting is properly validated, and list that a handle was found
3080 # will be validated with their associated array
3192 # with members that need to be validated
3198 # The sType needs to be validated
3199 # An required array/count needs to be validated
3200 # A required pointer needs to be validated
3201 validated = False
3203 validated = True
3208 validated = True
3211 validated
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c758 unsigned int validated :1; /* used as a temporary flag */ member in struct:png_store
850 ps->validated = 0;
1732 ps->validated = 0;
3148 * special case code which needs to be validated. To cause this to happen the
5330 dp->ps->validated = 1;
5421 d.ps->validated = 1;
5426 if (!d.ps->validated)
6539 dp->this.ps->validated = 1;
6552 dp->this.ps->validated = 1;
6626 d.this.ps->validated
[all...]

Completed in 346 milliseconds

12