Home
last modified time | relevance | path

Searched defs:stencil_op (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h94 translate_stencil_op(unsigned stencil_op) in translate_stencil_op()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp102 void stencil_op (NegativeTestContext& ctx) in stencil_op() function
/external/mesa3d/src/mesa/main/
Dstencil.c329 stencil_op(struct gl_context *ctx, GLenum fail, GLenum zfail, GLenum zpass) in stencil_op() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c72 enum stencil_op { enum
178 unsigned stencil_op; in lp_build_stencil_op_single() local
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp10185 static bool FormatSpecificLoadAndStoreOpSettings(VkFormat format, T color_depth_op, T stencil_op, T… in FormatSpecificLoadAndStoreOpSettings()