HomeSort by relevance Sort by last modified time
    Searched defs:cull (Results 1 - 25 of 47) sorted by null

1 2

  /external/mesa3d/src/compiler/nir/
nir_lower_clip_cull_distance_arrays.c 30 * This pass combines separate clip and cull distance arrays into a
32 * cull distances. It also populates nir_shader_info with the size
37 * Get the length of the clip/cull distance array, looking past
47 * underlying clip/cull distance array length, not the per-vertex
74 * Rewrite any clip/cull distances to refer to the new combined array.
110 /* For cull distances, add an offset to the array index */
129 nir_variable *cull = NULL; local
137 cull = var;
141 const unsigned cull_array_size = get_unwrapped_array_length(nir, cull);
151 if (cull)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 127 int cull = ctx->Polygon.CullFaceMode; local
139 /* Cull mode. */
142 else if (cull == GL_FRONT_AND_BACK)
145 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
  /frameworks/rs/
rsProgramRaster.h 44 RsCullMode cull; member in struct:android::renderscript::ProgramRaster::Hal::State
57 RsCullMode cull);
65 RsCullMode cull);
  /external/skia/tests/
DashPathEffectTest.cpp 35 SkRect cull = SkRect::MakeWH(1.0f, 1.0f); local
76 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull);
80 // On the third pass all the lines should be outside the translated cull rect
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_cull.c 44 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */
123 * Triangles can be culled either using the cull distance
221 struct cull_stage *cull = cull_stage(stage); local
223 cull->cull_face = stage->draw->rasterizer->cull_face;
224 cull->front_ccw = stage->draw->rasterizer->front_ccw;
258 struct cull_stage *cull = CALLOC_STRUCT(cull_stage); local
259 if (!cull)
262 cull->stage.draw = draw;
263 cull->stage.name = "cull";
    [all...]
draw_private.h 124 struct draw_stage *cull; member in struct:draw_context::__anon27526
  /external/skia/samplecode/
SampleAtlas.cpp 22 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull,
24 canvas->drawAtlas(atlas, xform, tex, colors, count, SkBlendMode::kModulate, cull, paint);
28 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull,
188 const SkRect cull = this->getBounds(); variable
190 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, &paint);
  /external/skia/src/core/
SkLiteDL.cpp 389 DrawTextRSXform(size_t bytes, const SkRect* cull, const SkPaint& paint)
391 if (cull) { this->cull = *cull; }
394 SkRect cull = kUnset; member in struct:__anon30901::final
398 maybe_unset(cull), paint);
460 const SkRect* cull, const SkPaint* paint, bool has_colors)
462 if (cull) { this->cull = *cull; }
468 SkRect cull = kUnset; member in struct:__anon30901::final
    [all...]
SkPicturePlayback.cpp 241 const SkRect* cull = nullptr; local
243 cull = (const SkRect*)reader->skip(sizeof(SkRect));
247 canvas->drawAtlas(atlas, xform, tex, colors, count, mode, cull, paint);
656 const SkRect* cull = nullptr; local
658 cull = (const SkRect*)reader->skip(sizeof(SkRect));
663 canvas->drawTextRSXform(text.text(), text.length(), xform, cull, *paint);
  /external/skia/src/pipe/
SkPipeCanvas.cpp 211 SkPipeCanvas::SkPipeCanvas(const SkRect& cull, SkPipeDeduper* deduper, SkWStream* stream)
212 : INHERITED(cull.roundOut())
370 const SkRect* cull, const SkPaint* paint) {
376 if (cull) {
392 if (cull) {
393 writer.writeRect(*cull);
675 const SkRect* cull, const SkPaint& paint) {
680 if (cull) {
694 if (cull) {
695 writer.writeRect(*cull);
885 const SkRect cull = picture->cullRect(); local
    [all...]
SkPipeReader.cpp 332 const SkRect* cull = nullptr; local
334 cull = skip<SkRect>(reader);
341 canvas->drawAtlas(image, xform, rect, color, count, mode, cull, paint);
429 const SkRect* cull = (packedVerb & 1) ? skip<SkRect>(reader) : nullptr; local
432 canvas->drawTextRSXform(text, len, xform, cull, paint);
745 const SkRect* cull = skip<SkRect>(reader); local
746 do_playback(reader, recorder.beginRecording(*cull), &pictureIndex);
    [all...]
  /frameworks/rs/driver/runtime/
rs_structs.h 143 rs_cull_mode cull; member in struct:ProgramRaster::__anon41619::__anon41620
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 229 struct omap3isp_ccdc_culling __user * cull; member in struct:omap3isp_ccdc_update_config
  /development/ndk/platforms/android-21/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 404 * @cull: Cull control register.
415 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /frameworks/native/opengl/libagl/
context.h 208 uint16_t cull; member in struct:android::gl::array_machine_t
616 culling_t cull; member in struct:android::gl::ogles_context_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omap3isp.h 403 * @cull: Cull control register.
414 struct omap3isp_ccdc_culling *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config

Completed in 795 milliseconds

1 2