OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eval_selection_uint
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp
1060
void
eval_selection_uint
(ShaderEvalContext& c) { c.color.x() = (float)selection(c.in[0].z() > 0.0f, (deUint32)c.in[1].x(), (deUint32)c.in[2].y()); }
function in namespace:vkt::sr::__anon19147
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
1119
void
eval_selection_uint
(ShaderEvalContext& c) { c.color.x() = (float)selection(c.in[0].z() > 0.0f, (deUint32)c.in[1].x(), (deUint32)c.in[2].y()); }
function in namespace:deqp::gles3::Functional
[
all
...]
Completed in 1254 milliseconds