HomeSort by: relevance | last modified time | path
    Searched defs:validate (Results 1 - 25 of 44) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_fs_validate.cpp 42 fs_visitor::validate() function in class:fs_visitor
brw_ir_performance.h 50 validate(const backend_shader *) const function in struct:brw::performance
brw_vec4_live_variables.cpp 273 vec4_live_variables::validate(const backend_shader *s) const function in class:vec4_live_variables
brw_fs_live_variables.cpp 345 fs_live_variables::validate(const backend_shader *s) const function in class:fs_live_variables
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_fs_validate.cpp 42 fs_visitor::validate() function in class:fs_visitor
  /xsrc/external/mit/freetype/dist/include/freetype/internal/services/
svotval.h 28 #define FT_SERVICE_ID_OPENTYPE_VALIDATE "opentype-validate"
43 otv_validate_func validate; local
svgxval.h 37 #define FT_SERVICE_ID_GX_VALIDATE "truetypegx-validate"
38 #define FT_SERVICE_ID_CLASSICKERN_VALIDATE "classickern-validate"
55 gxv_validate_func validate; local
60 ckern_validate_func validate; local
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
knotvector.cc 75 int Knotvector::validate( void ) function in class:Knotvector
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_value_gpr.cpp 125 void GPRVector::validate() const function in class:r600::GPRVector
143 validate();
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
object.hpp 68 validate(D *d) { function in struct:clover::detail::descriptor_traits
87 validate(D *d) { function in struct:clover::detail::descriptor_traits
104 validate(D *d) { function in struct:clover::detail::descriptor_traits
121 validate(D *d) { function in struct:clover::detail::descriptor_traits
147 detail::descriptor_traits<T, D>::validate(d);
163 detail::descriptor_traits<T, D>::validate(d);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
object.hpp 69 validate(D *d) { function in struct:clover::detail::descriptor_traits
88 validate(D *d) { function in struct:clover::detail::descriptor_traits
105 validate(D *d) { function in struct:clover::detail::descriptor_traits
122 validate(D *d) { function in struct:clover::detail::descriptor_traits
148 detail::descriptor_traits<T, D>::validate(d);
164 detail::descriptor_traits<T, D>::validate(d);
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_interface.cpp 67 validate(aco::Program* program) function
107 validate(program.get());
120 validate(program.get());
152 validate(program.get());
164 validate(program.get());
169 validate(program.get());
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttcmap.h 52 TT_CMap_ValidateFunc validate; member in struct:TT_CMap_ClassRec_
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 140 enum pipe_error (*validate)(struct pb_buffer *buf, member in struct:pb_vtbl
215 assert(buf->vtbl->validate);
216 return buf->vtbl->validate(buf, vl, flags);
  /xsrc/external/mit/freetype/dist/src/otvalid/
otvgsub.c 422 OTV_Validate_Func validate; local
434 validate = otvalid->type_funcs[ExtensionLookupType - 1];
435 validate( table + ExtensionOffset, otvalid );
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_algebraic.py 611 """Validate the an expression by performing classic Hindley-Milner
718 def validate(self, search, replace): member in class:BitSizeValidator
774 BitSizeValidator(varset).validate(self.search, self.replace)
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 161 enum pipe_error (*validate)(struct pb_buffer *buf, member in struct:pb_vtbl
236 assert(buf->vtbl->validate);
237 return buf->vtbl->validate(buf, vl, flags);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_state_emit.c 45 void (*validate)(struct i915_context *, unsigned *batch_space); member in struct:i915_tracked_hw_state
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_state_validate.c 470 struct state_validate *validate; local
485 validate = hwtnl_validate_list;
487 validate = swtnl_validate_list;
492 while (validate->func) {
493 if (mask & validate->mask)
494 validate->func(nv30);
495 validate++;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_state_validate.c 270 * updated. The rast will get updated before the validate function has a
546 struct nv50_state_validate *validate = &validate_list[i]; local
548 if (state_mask & validate->states)
549 validate->func(nv50);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_algebraic.py 534 """Validate the an expression by performing classic Hindley-Milner
641 def validate(self, search, replace): member in class:BitSizeValidator
697 BitSizeValidator(varset).validate(self.search, self.replace)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_state_emit.c 46 void (*validate)(struct i915_context *, unsigned *batch_space); member in struct:i915_tracked_hw_state
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_state_validate.c 470 struct state_validate *validate; local
485 validate = hwtnl_validate_list;
487 validate = swtnl_validate_list;
492 while (validate->func) {
493 if (mask & validate->mask)
494 validate->func(nv30);
495 validate++;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_state_validate.c 270 * updated. The rast will get updated before the validate function has a
546 struct nv50_state_validate *validate = &validate_list[i]; local
548 if (state_mask & validate->states)
549 validate->func(nv50);
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
vmw_context.c 138 struct pb_validate *validate; member in struct:vmw_svga_winsys_context
192 * validate list.
198 ret = pb_validate_validate(vswc->validate);
202 ret = pb_validate_validate(vswc->validate);
248 pb_validate_fence(vswc->validate, fence);
379 ret = pb_validate_add_buffer(vswc->validate, pb_buf, translated_flags,
679 pb_validate_destroy(vswc->validate);
824 vswc->validate = pb_validate_create();
825 if(!vswc->validate)
840 pb_validate_destroy(vswc->validate);
    [all...]

Completed in 63 milliseconds

1 2