HomeSort by: relevance | last modified time | path
    Searched refs:Func (Results 1 - 25 of 45) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
depth.c 63 depth_func(struct gl_context *ctx, GLenum func, bool no_error)
65 if (ctx->Depth.Func == func)
69 switch (func) {
80 _mesa_error(ctx, GL_INVALID_ENUM, "glDepth.Func");
88 ctx->Depth.Func = func;
92 ctx->Driver.DepthFunc(ctx, func);
97 _mesa_DepthFunc_no_error(GLenum func)
100 depth_func(ctx, func, true)
    [all...]
state.c 106 GLenum16 depth_func = ctx->Depth.Func;
335 * This updates fixed-func state constants such as gl_ModelViewMatrix.
452 /* Determine which states affect fixed-func vertex/fragment program. */
539 * VP_MODE_FF mode and the fixed-func pipeline is emulated by shaders.
584 * vertex processing mode, we may need to update fixed-func shaders
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
depth.c 61 depth_func(struct gl_context *ctx, GLenum func, bool no_error)
63 if (ctx->Depth.Func == func)
67 switch (func) {
78 _mesa_error(ctx, GL_INVALID_ENUM, "glDepth.Func");
85 ctx->Depth.Func = func;
88 ctx->Driver.DepthFunc(ctx, func);
93 _mesa_DepthFunc_no_error(GLenum func)
96 depth_func(ctx, func, true)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 86 get_blend_func(unsigned func)
88 switch (func) {
155 nv04->ctrl[0] |= get_comparison_op(ctx->Depth.Func) << 16;
nv10_state_raster.c 107 PUSH_DATA (push, nvgl_comparison_op(ctx->Depth.Func));
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_depth.c 51 gl_stencil_op_to_pipe(GLenum func)
53 switch (func) {
89 dsa->depth_func = func_to_gallium(ctx->Depth.Func);
102 dsa->stencil[0].func = func_to_gallium(ctx->Stencil.Function[0]);
113 dsa->stencil[1].func = func_to_gallium(ctx->Stencil.Function[back]);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 86 get_blend_func(unsigned func)
88 switch (func) {
155 nv04->ctrl[0] |= get_comparison_op(ctx->Depth.Func) << 16;
nv10_state_raster.c 107 PUSH_DATA (push, nvgl_comparison_op(ctx->Depth.Func));
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_depth.c 51 st_compare_func_to_pipe(GLenum func)
62 assert(func >= GL_NEVER);
63 assert(func <= GL_ALWAYS);
64 return func - GL_NEVER;
72 gl_stencil_op_to_pipe(GLenum func)
74 switch (func) {
110 dsa->depth.func = st_compare_func_to_pipe(ctx->Depth.Func);
111 if (dsa->depth.func != PIPE_FUNC_EQUAL)
123 dsa->stencil[0].func = st_compare_func_to_pipe(ctx->Stencil.Function[0])
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/CL/
cl2.hpp 999 template <typename Func>
1000 inline cl_int getInfoHelper(Func f, cl_uint name, vector<vector<unsigned char>>* param, int)
1027 template <typename Func, typename T>
1028 inline cl_int getInfoHelper(Func f, cl_uint name, vector<T>* param, long)
1056 template <typename Func, typename T>
1058 Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0)
1088 template <typename Func>
1089 inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long)
1116 template <typename Func, size_type N>
1117 inline cl_int getInfoHelper(Func f, cl_uint name, array<size_type, N>* param, long
    [all...]
cl.hpp 1165 template <typename Func, typename T>
1166 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, long)
1190 template <typename Func, typename T>
1191 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type = 0)
1221 template <typename Func>
1222 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<char *>* param, int)
1234 template <typename Func>
1235 inline cl_int getInfoHelper(Func f, cl_uint name, STRING_CLASS* param, long)
1279 template <typename Func, ::size_t N>
1280 inline cl_int getInfoHelper(Func f, cl_uint name, size_t<N>* param, long
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/CL/
cl2.hpp 945 template <typename Func>
946 inline cl_int getInfoHelper(Func f, cl_uint name, vector<vector<unsigned char>>* param, int)
973 template <typename Func, typename T>
974 inline cl_int getInfoHelper(Func f, cl_uint name, vector<T>* param, long)
1002 template <typename Func, typename T>
1004 Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0)
1034 template <typename Func>
1035 inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long)
1062 template <typename Func, size_type N>
1063 inline cl_int getInfoHelper(Func f, cl_uint name, array<size_type, N>* param, long
    [all...]
cl.hpp 1165 template <typename Func, typename T>
1166 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, long)
1190 template <typename Func, typename T>
1191 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type = 0)
1221 template <typename Func>
1222 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<char *>* param, int)
1234 template <typename Func>
1235 inline cl_int getInfoHelper(Func f, cl_uint name, STRING_CLASS* param, long)
1279 template <typename Func, ::size_t N>
1280 inline cl_int getInfoHelper(Func f, cl_uint name, size_t<N>* param, long
    [all...]
  /xsrc/external/mit/freetype/dist/src/otvalid/
otvcommn.h 54 OTV_Validate_Func func[3]; member in struct:OTV_ValidatorRec_
144 #define OTV_FUNC_(x) x##Func
152 otvalid->func[0] = OTV_FUNC( x ); \
159 otvalid->func[0] = OTV_FUNC( x ); \
160 otvalid->func[1] = OTV_FUNC( y ); \
168 otvalid->func[0] = OTV_FUNC( x ); \
169 otvalid->func[1] = OTV_FUNC( y ); \
170 otvalid->func[2] = OTV_FUNC( z ); \
206 otvalid->func[0] = OTV_FUNC( x ); \
212 otvalid->func[0] = OTV_FUNC( x );
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_Structs.h 145 UINT32 Func : 3;
478 COMMANDS_DECODER func; member in struct:_INDIRECT_IO_PARSER_COMMANDS
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_triangle.c 890 assert(ctx->Depth.Func == GL_LESS); \
1026 ctx->Depth.Func == GL_LESS &&
1048 /* Ugh, we do a _lot_ of tests to pick the best textured tri func */
1095 && ctx->Depth.Func == GL_LESS
s_depth.c 76 switch (ctx->Depth.Func) {
102 _mesa_problem(ctx, "Bad depth func in depth_test_span16");
124 switch (ctx->Depth.Func) {
150 _mesa_problem(ctx, "Bad depth func in depth_test_span32");
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_triangle.c 890 assert(ctx->Depth.Func == GL_LESS); \
1026 ctx->Depth.Func == GL_LESS &&
1048 /* Ugh, we do a _lot_ of tests to pick the best textured tri func */
1095 && ctx->Depth.Func == GL_LESS
s_depth.c 76 switch (ctx->Depth.Func) {
102 _mesa_problem(ctx, "Bad depth func in depth_test_span16");
124 switch (ctx->Depth.Func) {
150 _mesa_problem(ctx, "Bad depth func in depth_test_span32");
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
driverfuncs.c 247 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
driverfuncs.c 245 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
OutputMerger.cpp 815 translateComparison(D3D10_DDI_COMPARISON_FUNC Func)
817 switch (Func) {
913 face0->func = translateComparison(pDepthStencilDesc->FrontFace.StencilFunc);
921 face1->func = translateComparison(pDepthStencilDesc->BackFace.StencilFunc);
929 ASSERT(face0->func == PIPE_FUNC_ALWAYS);
936 ASSERT(face1->func == PIPE_FUNC_ALWAYS);
Shader.cpp 365 translate_comparison(D3D10_DDI_COMPARISON_FUNC Func)
367 switch (Func) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
osmesa.c 232 && ctx->Depth.Func == GL_LESS
348 ctx->Depth.Func == GL_LESS &&
1293 #define NAME(func) mgl##func
1295 #define NAME(func) gl##func
1298 #define DISPATCH(FUNC, ARGS, MESSAGE) \
1299 GET_DISPATCH()->FUNC ARGS
1301 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
1302 return GET_DISPATCH()->FUNC ARG
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xm_line.c 468 && ctx->Depth.Func==GL_LESS

Completed in 38 milliseconds

1 2