OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outVecSize
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp
114
uint32_t
outVecSize
:2; // [2 - 3]
290
key.u.
outVecSize
= 3;
293
key.u.
outVecSize
= 2;
298
key.u.
outVecSize
= 1;
310
if (key.u.
outVecSize
> 0) key.u.addMask |= 2;
311
if (key.u.
outVecSize
> 1) key.u.addMask |= 4;
312
if (key.u.
outVecSize
> 2) key.u.addMask |= 8;
591
switch(key.u.
outVecSize
) {
606
switch(key.u.
outVecSize
) {
685
switch(key.u.
outVecSize
) {
[
all
...]
/external/deqp/modules/glshared/
glsShaderExecUtil.cpp
665
const int
outVecSize
= glu::getDataTypeNumComponents(output.varType.getBasicType());
681
deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*
outVecSize
*sizeof(deUint32));
687
deUint32* dstPtr = &dstPtrBase[outSize*valNdx +
outVecSize
*locNdx];
688
deMemcpy(dstPtr, srcPtr,
outVecSize
*sizeof(deUint32));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp
[
all
...]
Completed in 64 milliseconds