Home
last modified time | relevance | path

Searched defs:vectorSize (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp170 deUint32 getConstituentIndex (deUint32 ndx, deUint32 vectorSize) in getConstituentIndex()
356 string getBooleanResultType (deUint32 vectorSize) in getBooleanResultType()
536 string getOtherSizeTypes (InputType inputType, deUint32 vectorSize, InputWidth inputWidth) in getOtherSizeTypes()
632 … string spirvOperation, InputType inputType, string spirvTestType, deUint32 vectorSize, InputWidth… in getBinaryFullOperationWithInputWidthStr()
886 deUint32 vectorSize) in SpvAsmTypeTests()
2528 deUint32 vectorSize) in SpvAsmTypeInt8Tests()
2579 deUint32 vectorSize) in SpvAsmTypeInt16Tests()
2630 deUint32 vectorSize) in SpvAsmTypeInt32Tests()
2681 deUint32 vectorSize) in SpvAsmTypeInt64Tests()
2732 deUint32 vectorSize) in SpvAsmTypeUint8Tests()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DConvertUnsupportedConstructorsToFunctionCalls.cpp62 const int vectorSize = type.getNominalSize(); in AppendVectorFromScalarArgument() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp332 const size_t vectorSize = elementSize * effectiveLength; in calculate() local
375 const size_t vectorSize = elementSize * effectiveLength; in unpackFloats() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp326 …const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp402 …const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource() local
/third_party/glslang/glslang/Include/
DTypes.h98 unsigned int vectorSize : 3; // vector return type size. member
1356 int vectorSize : 4; variable
2462 …int vectorSize : 4; // 1 means either scalar or 1-component vector; see vector1 to disambig… variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderApiTests.cpp440 const uint32_t vectorSize = std::max(1u, m_params.drawCount); in iterate() local
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6252 …angToSpvTraverser::createIntWidthConversion(glslang::TOperator op, spv::Id operand, int vectorSize) in createIntWidthConversion()
6334 int vectorSize = builder.isVectorType(destType) ? builder.getNumTypeComponents(destType) : 0; in createConversion() local
6679 spv::Id TGlslangToSpvTraverser::makeSmearedConstant(spv::Id constant, int vectorSize) in makeSmearedConstant()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp669 const deUint32 vectorSize = m_data.params.firstVertex + m_data.params.vertexCount; in generateDrawData() local
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp907 SpvId SPIRVCodeGenerator::vectorize(const Expression& arg, int vectorSize, OutputStream& out) { in vectorize()
930 int vectorSize = 1; in vectorize() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DGLSLTest.cpp30 std::string GenerateVaryingType(GLint vectorSize) in GenerateVaryingType()
46 std::string GenerateVectorVaryingDeclaration(GLint vectorSize, GLint arraySize, GLint id) in GenerateVectorVaryingDeclaration()
63 std::string GenerateVectorVaryingSettingCode(GLint vectorSize, GLint arraySize, GLint id) in GenerateVectorVaryingSettingCode()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp4135 int vectorSize, in clampUniformCount()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp2100 const int vectorSize = 16; in createConstantVector() local