/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 131 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 D | tf_jitrt_math_approximation.cc | 56 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 D | struct_packing_pass.cpp | 205 } 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 D | QuantOps.cc | 67 if (auto vectorType = expressed.dyn_cast<VectorType>()) in isValidQuantizationSpec() local
|
H A D | UniformSupport.cc | 51 if (auto vectorType = inputType.dyn_cast<VectorType>()) in convert() local
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLConstructor.cpp | 103 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 D | utrace.cpp | 282 char vectorType; in utrace_vformat() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fDefaultVertexAttributeTests.cpp | 329 const char *const vectorType = glu::getDataTypeName( in genVertexSource() local
|
/aosp_15_r20/external/flatbuffers/ts/flexbuffers/ |
H A D | builder.ts | 343 let vectorType = ValueType.KEY; variable
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | utrace.cpp | 282 char vectorType; in utrace_vformat() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fDefaultVertexAttributeTests.cpp | 405 const char *const vectorType = glu::getDataTypeName( in genVertexSource() local
|
/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | AstHelpers.cpp | 331 TType &vectorType = *new TType(matrixType); in DropColumns() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestCompilationCaching.cpp | 282 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/ |
D | demangle.go | 2152 func (st *state) vectorType(isCast bool) AST { func
|
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/ |
H A D | FlexBuffersBuilder.java | 515 int vectorType = FBT_KEY; in createVector() local
|
/aosp_15_r20/external/angle/src/compiler/translator/spirv/ |
H A D | OutputSPIRV.cpp | 4429 TType vectorType(type); in extendScalarParamsToVector() local 4866 const TType &vectorType = node->getOperand()->getType(); in visitSwizzle() local
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_ts.cpp | 1586 auto vectorType = field.value.type.VectorType(); in GenStruct() local
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 900 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()
|
D | GlslangToSpv.cpp | 9891 glslang::TType vectorType(glslangType, 0); in createSpvConstantFromConstUnionArray() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | SpvBuilder.cpp | 967 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 D | GlslangToSpv.cpp | 10024 glslang::TType vectorType(glslangType, 0); in createSpvConstantFromConstUnionArray() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 966 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/ |
D | hlslParseHelper.cpp | 970 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 D | SkSLRasterPipelineCodeGenerator.cpp | 3074 bool Generator::pushVectorizedExpression(const Expression& expr, const Type& vectorType) { in pushVectorizedExpression()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 8228 TType vectorType(type, 0); // dereferenced type in convertInitializerList() local
|