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

/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp102 void stencil_op (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
482 {stencil_op, "stencil_op", "Invalid glStencilOp() usage" },
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h92 translate_stencil_op(unsigned stencil_op) argument
94 switch (stencil_op) {
112 DBG("Unhandled stencil op: %i", stencil_op);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c72 enum stencil_op { enum
169 enum stencil_op op,
178 unsigned stencil_op; local
184 stencil_op = stencil->fail_op;
187 stencil_op = stencil->zfail_op;
190 stencil_op = stencil->zpass_op;
193 assert(0 && "Invalid stencil_op mode");
194 stencil_op = PIPE_STENCIL_OP_KEEP;
197 switch (stencil_op) {
243 enum stencil_op o
[all...]
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_state.c223 ilo_translate_stencil_op(unsigned stencil_op) argument
225 switch (stencil_op) {
/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp8874 static bool FormatSpecificLoadAndStoreOpSettings(VkFormat format, T color_depth_op, T stencil_op, T op) { argument
8875 if (color_depth_op != op && stencil_op != op) {
8881 return ((check_color_depth_load_op && (color_depth_op == op)) || (check_stencil_load_op && (stencil_op == op)));

Completed in 301 milliseconds