HomeSort by: relevance | last modified time | path
    Searched defs:intersection (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_fs_combine_constants.cpp 354 bblock_t *intersection = cfg_t::intersect(block, imm->block); local
355 if (intersection != imm->block)
357 imm->block = intersection;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_fs_combine_constants.cpp 464 bblock_t *intersection = idom.intersect(block, imm->block); local
465 if (intersection != imm->block)
467 imm->block = intersection;
  /xsrc/external/mit/freetype/dist/src/psaux/
pshints.c 1192 * intersection on the corresponding lines.
1193 * Return false if no intersection is found, or if the intersection is
1203 FT_Vector* intersection )
1250 intersection->x = ADD_INT32( u1->x,
1252 intersection->y = ADD_INT32( u1->y,
1266 cf2_fixedAbs( SUB_INT32( intersection->x,
1268 intersection->x = u1->x;
1270 cf2_fixedAbs( SUB_INT32( intersection->y,
1272 intersection->y = u1->y
1329 FT_Vector intersection = { 0, 0 }; local
    [all...]
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_saa.c 238 RegionRec intersection; local
248 REGION_NULL(vsaa->pScreen, &intersection);
249 REGION_COPY(vsaa->pScreen, &intersection, &spix->dirty_hw);
250 REGION_INTERSECT(vsaa->pScreen, &intersection, &intersection,
254 REGION_INTERSECT(vsaa->pScreen, &intersection, &intersection, region);
256 if (!REGION_NOTEMPTY(vsaa->pScreen, &intersection))
267 &intersection) != 0)
271 &spix->dirty_hw, &intersection);
351 RegionRec intersection; local
743 RegionRec intersection; local
863 RegionRec intersection; local
1668 RegionRec intersection; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_pipeline.c 722 struct anv_pipeline_stage *intersection,
735 _mesa_sha1_update(&ctx, intersection->shader_sha1, sizeof(intersection->shader_sha1));
736 _mesa_sha1_update(&ctx, &intersection->key, sizeof(intersection->key.bs));
2840 /* We handle intersection shaders as part of the group */
2920 /* The any-hit and intersection shader have to be combined */
2927 nir_shader *intersection = local
2930 brw_nir_lower_combined_intersection_any_hit(intersection, any_hit,
2934 intersection,
    [all...]
anv_private.h 3631 struct anv_shader_bin *intersection; member in struct:anv_rt_shader_group
  /xsrc/external/mit/xedit/dist/lisp/
core.c 94 #define INTERSECTION 2
2013 intersection list1 list2 &key test test-not key
2016 return (LispListSet(builtin, INTERSECTION));
2328 intersection list1 list2 &key test test-not key
2341 intersection, setdifference, xunion, setexclusiveor; local
2357 setdifference = intersection = xunion = setexclusiveor = inplace = 0;
2366 case INTERSECTION:
2367 intersection = 1;
2383 return (setdifference || intersection ?
2386 return (intersection || xunion || function == SUBSETP ? NIL : list1)
    [all...]

Completed in 18 milliseconds