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
303
const string
atomicInvocation
= getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + compareExchangeStr + ", " + atomicArgExpr + ")";
318
" " +
atomicInvocation
+ ";\n"
378
const string
atomicInvocation
= getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + compareExchangeStr + ", " + atomicArgExpr + ")";
394
" imageStore(u_intermValuesImage, " + invocationCoord + ", " + colorVecTypeName + "(" +
atomicInvocation
+ "));\n"
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
Completed in 46 milliseconds