/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | transformation_composite_construct.cpp | 133 auto component_type = ir_context->get_type_mgr()->GetType( in Apply() local 190 auto component_type = ir_context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForArrayConstructionAreOK() local 217 auto component_type = ir_context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForMatrixConstructionAreOK() local 246 auto component_type = ir_context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForStructConstructionAreOK() local 268 auto component_type = ir_context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForVectorConstructionAreOK() local
|
D | transformation_add_type_vector.cpp | 38 auto component_type = in IsApplicable() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 128 auto component_type = context->get_type_mgr()->GetType( in Apply() local 185 auto component_type = context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForArrayConstructionAreOK() local 211 auto component_type = context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForMatrixConstructionAreOK() local 239 auto component_type = context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForStructConstructionAreOK() local 260 auto component_type = context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForVectorConstructionAreOK() local
|
D | transformation_add_type_vector.cpp | 39 auto component_type = in IsApplicable() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 133 auto component_type = ir_context->get_type_mgr()->GetType( in Apply() local 190 auto component_type = ir_context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForArrayConstructionAreOK() local 217 auto component_type = ir_context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForMatrixConstructionAreOK() local 246 auto component_type = ir_context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForStructConstructionAreOK() local 268 auto component_type = ir_context->get_type_mgr()->GetType(inst->type_id()); in ComponentsForVectorConstructionAreOK() local
|
D | transformation_add_type_vector.cpp | 38 auto component_type = in IsApplicable() local
|
/external/libtextclassifier/native/annotator/ |
D | types.cc | 64 const DatetimeComponent::ComponentType& component_type) { in ComponentTypeToString() 312 const DatetimeComponent::ComponentType& component_type) { in GetOrCreateDatetimeComponent() 329 for (const auto& component_type : datetime_component_types) { in GetFinestGranularityFromComponentTypes() local 398 const DatetimeComponent::ComponentType& component_type) { in GetDatetimeComponent()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 60 const auto component_type = in ValidateConstantComposite() local 106 const auto component_type = in ValidateConstantComposite() local 268 const auto component_type = _.FindDef(component_type_id); in ValidateConstantComposite() local
|
D | validate_arithmetics.cpp | 146 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass() local 177 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass() local 201 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass() local
|
D | validate_type.cpp | 167 const auto component_type = _.FindDef(component_id); in ValidateTypeVector() local 580 const auto component_type = _.FindDef(component_type_id); in ValidateTypeCooperativeMatrixNV() local
|
D | validate_extensions.cpp | 270 uint32_t component_type = 0; in ValidateExtInst() local 292 uint32_t component_type = 0; in ValidateExtInst() local
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_constants.cpp | 60 const auto component_type = in ValidateConstantComposite() local 106 const auto component_type = in ValidateConstantComposite() local 268 const auto component_type = _.FindDef(component_type_id); in ValidateConstantComposite() local
|
D | validate_arithmetics.cpp | 146 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass() local 177 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass() local 201 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass() local
|
D | validate_type.cpp | 167 const auto component_type = _.FindDef(component_id); in ValidateTypeVector() local 580 const auto component_type = _.FindDef(component_type_id); in ValidateTypeCooperativeMatrixNV() local
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 60 const auto component_type = in ValidateConstantComposite() local 106 const auto component_type = in ValidateConstantComposite() local 268 const auto component_type = _.FindDef(component_type_id); in ValidateConstantComposite() local
|
D | validate_arithmetics.cpp | 146 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass() local 177 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass() local 201 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass() local
|
D | validate_type.cpp | 167 const auto component_type = _.FindDef(component_id); in ValidateTypeVector() local 580 const auto component_type = _.FindDef(component_type_id); in ValidateTypeCooperativeMatrixNV() local
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | chrome_latency_info.proto | 75 optional LatencyComponentType component_type = 1; field
|
/external/angle/src/libANGLE/renderer/ |
D | gen_angle_format_table.py | 201 def get_named_component_type(component_type): argument
|
/external/libtextclassifier/native/annotator/grammar/dates/utils/ |
D | date-match.cc | 241 const DatetimeComponent::ComponentType& component_type, in CreateDatetimeComponent()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | constants.h | 369 const Type* component_type() const { return component_type_; } in component_type() function 402 const Type* component_type() { return component_type_; } in component_type() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | constants.h | 369 const Type* component_type() const { return component_type_; } in component_type() function 402 const Type* component_type() { return component_type_; } in component_type() function
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | constants.h | 369 const Type* component_type() const { return component_type_; } in component_type() function 402 const Type* component_type() { return component_type_; } in component_type() function
|
D | fold_spec_constant_op_and_composite_pass.cpp | 257 const analysis::Type* component_type = in DoVectorShuffle() local
|
/external/libtextclassifier/native/annotator/datetime/ |
D | extractor.cc | 33 DatetimeComponent::ComponentType component_type; in Extract() local
|