OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencilRef
(Results
1 - 7
of
7
) sorted by null
/external/skia/src/gpu/vk/
GrVkRenderPass.cpp
45
VkAttachmentReference
stencilRef
;
97
stencilRef
.attachment = currentAttachment++;
98
stencilRef
.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
100
stencilRef
.attachment = VK_ATTACHMENT_UNUSED;
101
stencilRef
.layout = VK_IMAGE_LAYOUT_UNDEFINED;
103
subpassDesc.pDepthStencilAttachment = &
stencilRef
;
/external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp
394
static bool compareStencilToRed (tcu::TestLog& log, const tcu::ConstPixelBufferAccess&
stencilRef
, const tcu::ConstPixelBufferAccess& result)
399
DE_ASSERT(
stencilRef
.getFormat().order == TextureFormat::S);
400
DE_ASSERT(
stencilRef
.getWidth() == result.getWidth() &&
stencilRef
.getHeight() == result.getHeight());
402
for (int y = 0; y <
stencilRef
.getHeight(); y++)
404
for (int x = 0; x <
stencilRef
.getWidth(); x++)
406
const int ref =
stencilRef
.getPixStencil(x, y);
427
log << TestLog::Image("Reference", "Reference stencil buffer", stencilToRedAccess(
stencilRef
));
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
91
* \param
stencilRef
the stencil reference value, replicated as a vector
98
LLVMValueRef
stencilRef
,
120
/* compute
stencilRef
=
stencilRef
& valuemask */
122
stencilRef
= LLVMBuildAnd(builder,
stencilRef
, valuemask, "");
127
res = lp_build_cmp(bld, stencil->func,
stencilRef
, stencilVals);
177
LLVMValueRef
stencilRef
,
213
res =
stencilRef
;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java
179
IGLProperty
stencilRef
= new GLIntegerProperty(GLStateType.STENCIL_REF,
199
stencilMask,
stencilRef
, stencilFail,
/external/deqp/modules/egl/
teglRenderTests.cpp
125
int
stencilRef
;
165
drawOp.
stencilRef
= rnd.getInt(minStencilRef, maxStencilRef);
327
state.fragOps.stencilStates[0].ref = drawOp.
stencilRef
;
574
gl.stencilFunc(GL_LEQUAL, drawOp.
stencilRef
, ~0u);
[
all
...]
/external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp
821
int
stencilRef
;
874
params.stencil[visible].reference = functionCases[ndx].
stencilRef
;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp
821
int
stencilRef
;
874
params.stencil[visible].reference = functionCases[ndx].
stencilRef
;
[
all
...]
Completed in 689 milliseconds