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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_bb.cpp 27 Function::Function(Program *p, const char *fnName, uint32_t label)
51 Function::~Function()
74 BasicBlock::BasicBlock(Function *fn) : cfg(this), dom(this), func(fn)
95 BasicBlock::clone(ClonePolicy<Function>& pol) const
399 Function::setEntry(BasicBlock *bb)
408 Function::setExit(BasicBlock *bb)
417 Function::orderInstructions(ArrayList &result)
433 Function::buildLiveSets(
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_bb.cpp 27 Function::Function(Program *p, const char *fnName, uint32_t label)
51 Function::~Function()
74 BasicBlock::BasicBlock(Function *fn) : cfg(this), dom(this), func(fn)
95 BasicBlock::clone(ClonePolicy<Function>& pol) const
399 Function::setEntry(BasicBlock *bb)
408 Function::setExit(BasicBlock *bb)
417 Function::orderInstructions(ArrayList &result)
433 Function::buildLiveSets(
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/osmesa/
osmesa.c 42 * copy the results to the user's buffer in the flush_front() function which
240 * function.
993 OSMESAproc Function;
1020 return functions[i].Function;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/osmesa/
osmesa.c 42 * copy the results to the user's buffer in the flush_front() function which
186 * function.
919 * Note: we can't really implement this function with gallium as
921 * mapped (and there's no OSMesaUnmapDepthBuffer() function) so
923 * actually be OK in most cases where the caller of this function
979 OSMESAproc Function;
1006 return functions[i].Function;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
osmesa.c 200 * function. Otherwise, return NULL.
313 * Return pointer to an optimized triangle function if possible.
364 /* Override for the swrast triangle-selection function. Try to use one
834 /* Initialize device driver function table */
1026 * _mesa_attach_and_reference_rb() function will create a "wrapper"
1047 * osmesa_renderbuffer_storage() function to get called.
1224 OSMESAproc Function;
1251 return functions[i].Function;
  /xsrc/external/mit/mesa-demos/dist/src/demos/
engine.c 1173 void (*Function)(void);
1196 MenuItems[entry].Function();
1226 MenuItems[i].Function();
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_Structs.h 131 UINT8 Function;
137 UINT8 Function : 3;
471 COMMANDS_DECODER function; member in struct:_COMMANDS_PROPERTIES
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 341 GLenum16 AlphaFunc; /**< Alpha test function */
456 GLenum16 Func; /**< Function for depth buffer compare */
814 GLenum16 Function[3]; /**< Stencil function */
815 GLenum16 FailFunc[3]; /**< Fail function */
816 GLenum16 ZPassFunc[3]; /**< Depth buffer pass function */
817 GLenum16 ZFailFunc[3]; /**< Depth buffer fail function */
1210 * Fixed-function-related subset of a texture unit, like enable flags,
1211 * texture environment/function/combiners, and texgen state.
1661 /** The last VAO accessed by a DSA function */
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 389 GLenum16 AlphaFunc; /**< Alpha test function */
506 GLenum16 Func; /**< Function for depth buffer compare */
837 GLenum16 Function[3]; /**< Stencil function */
838 GLenum16 FailFunc[3]; /**< Fail function */
839 GLenum16 ZPassFunc[3]; /**< Depth buffer pass function */
840 GLenum16 ZFailFunc[3]; /**< Depth buffer fail function */
1204 * Fixed-function-related subset of a texture unit, like enable flags,
1205 * texture environment/function/combiners, and texgen state.
1587 /** The last VAO accessed by a DSA function */
    [all...]

Completed in 17 milliseconds