Home
last modified time | relevance | path

Searched refs:Centroid (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c293 if (decl->Interp.Centroid) in declare_input_fs()
306 if (decl->Interp.Centroid) in declare_input_fs()
312 if (decl->Interp.Centroid) in declare_input_fs()
488 shader->input[i].centroid = d->Interp.Centroid; in si_llvm_emit_epilogue()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h142 unsigned Centroid : 1; /**< centroid sampling? */ member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c201 di.Centroid = 0; in tgsi_default_declaration_interp()
218 di.Centroid = centroid; in tgsi_build_declaration_interp()
407 full_decl->Interp.Centroid, in tgsi_build_full_declaration()
Dtgsi_scan.c162 info->input_centroid[reg] = (ubyte)fulldecl->Interp.Centroid; in tgsi_scan_shader()
Dtgsi_dump.c324 if (decl->Interp.Centroid) { in iter_declaration()
Dtgsi_ureg.c1256 out[2].decl_interp.Centroid = centroid; in emit_decl_fs()
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/
Dpy_contour_properties.markdown8 *(NB : Centroid, Area, Perimeter etc also belong to this category, but we have seen it in last
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/
Dpy_contour_features.markdown32 From this moments, you can extract useful data like area, centroid etc. Centroid is given by the
/external/deqp/data/gles31/shaders/
Dlinkage_tessellation.test1543 desc "Centroid varying"
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp824 if (decl->Interp.Centroid) in scanDeclaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c801 ctx->shader->input[i].centroid = d->Interp.Centroid; in tgsi_declaration()