OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomicInvocation
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp
293
const string
atomicInvocation
= getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + ", " + atomicArgExpr + ")";
308
" " +
atomicInvocation
+ ";\n"
367
const string
atomicInvocation
= getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + ", " + atomicArgExpr + ")";
383
" imageStore(u_intermValuesImage, " + invocationCoord + ", " + colorVecTypeName + "(" +
atomicInvocation
+ "));\n"
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
Completed in 1431 milliseconds