Home
last modified time | relevance | path

Searched defs:vectorType (Results 1 – 25 of 198) sorted by relevance

12345678

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp131 size_t getEffectiveVectorLength(VectorType vectorType) in getEffectiveVectorLength()
137 VkDeviceSize getElementSize(DataType dataType, VectorType vectorType) in getElementSize()
283 std::pair<std::string, std::string> getGLSLInputValDecl(DataType dataType, VectorType vectorType) in getGLSLInputValDecl()
392 VectorType vectorType; member
1522 void fillInputBuffer(DataType dataType, VectorType vectorType, void *bufferPtr) in fillInputBuffer()
2926 VectorType vectorType; in createDataSpillTests() member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_math_approximation.cc56 auto vectorType = type.dyn_cast<VectorType>(); in vectorShape() local
66 auto vectorType = type.dyn_cast<VectorType>(); in vectorShape() local
73 auto vectorType = type.dyn_cast<VectorType>(); in elementType() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dstruct_packing_pass.cpp205 } else if (const analysis::Vector* vectorType = type.AsVector()) { in getPackedAlignment() local
291 } else if (const analysis::Vector* vectorType = type.AsVector()) { in getPackedSize() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/
H A DQuantOps.cc67 if (auto vectorType = expressed.dyn_cast<VectorType>()) in isValidQuantizationSpec() local
H A DUniformSupport.cc51 if (auto vectorType = inputType.dyn_cast<VectorType>()) in convert() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLConstructor.cpp103 const Type& vectorType = argument->type().componentType().toCompound(context, in convert_compound_constructor() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dutrace.cpp282 char vectorType; in utrace_vformat() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp329 const char *const vectorType = glu::getDataTypeName( in genVertexSource() local
/aosp_15_r20/external/flatbuffers/ts/flexbuffers/
H A Dbuilder.ts343 let vectorType = ValueType.KEY; variable
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dutrace.cpp282 char vectorType; in utrace_vformat() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp405 const char *const vectorType = glu::getDataTypeName( in genVertexSource() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DAstHelpers.cpp331 TType &vectorType = *new TType(matrixType); in DropColumns() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestCompilationCaching.cpp282 test_wrapper::OperandType vectorType(Type::TENSOR_FLOAT32, {2}); in CreateBroadcastAddModel() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Ddemangle.go2152 func (st *state) vectorType(isCast bool) AST { func
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java515 int vectorType = FBT_KEY; in createVector() local
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp4429 TType vectorType(type); in extendScalarParamsToVector() local
4866 const TType &vectorType = node->getOperand()->getType(); in visitSwizzle() local
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_ts.cpp1586 auto vectorType = field.value.type.VectorType(); in GenStruct() local
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp900 Id Builder::makeMatrixDebugType(Id const vectorType, int const vectorCount, bool columnMajor) in makeMatrixDebugType()
2832 Id Builder::smearScalar(Decoration precision, Id scalar, Id vectorType) in smearScalar()
DGlslangToSpv.cpp9891 glslang::TType vectorType(glslangType, 0); in createSpvConstantFromConstUnionArray() local
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.cpp967 Id Builder::makeMatrixDebugType(Id const vectorType, int const vectorCount, bool columnMajor) in makeMatrixDebugType()
3018 Id Builder::smearScalar(Decoration precision, Id scalar, Id vectorType) in smearScalar()
H A DGlslangToSpv.cpp10024 glslang::TType vectorType(glslangType, 0); in createSpvConstantFromConstUnionArray() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseHelper.cpp966 TType vectorType(base->getBasicType(), EvqTemporary, selectors.size()); in handleDotDereference() local
3250 …TType vectorType(matrix->getBasicType(), EvqTemporary, matrix->getQualifier().precision, (int)swiz… in handleAssignToMatrixSwizzle() local
8339 TType vectorType(type, 0); // dereferenced type in convertInitializerList() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp970 TType vectorType(base->getBasicType(), EvqTemporary, selectors.size()); in handleDotDereference() local
3255 …TType vectorType(matrix->getBasicType(), EvqTemporary, matrix->getQualifier().precision, (int)swiz… in handleAssignToMatrixSwizzle() local
8343 TType vectorType(type, 0); // dereferenced type in convertInitializerList() local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp3074 bool Generator::pushVectorizedExpression(const Expression& expr, const Type& vectorType) { in pushVectorizedExpression()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp8228 TType vectorType(type, 0); // dereferenced type in convertInitializerList() local

12345678