OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intBasicType
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsShaderExecUtil.cpp
323
const glu::DataType
intBasicType
= vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
324
const glu::VarType intType (
intBasicType
, glu::PRECISION_HIGHP);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp
234
const glu::DataType
intBasicType
= vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
235
const glu::VarType intType (
intBasicType
, glu::PRECISION_HIGHP);
[
all
...]
Completed in 41 milliseconds