Home
last modified time | relevance | path

Searched refs:coordinate_type (Results 1 – 12 of 12) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_add_image_sample_unused_components.cpp94 auto coordinate_type = GetIRContext()->get_type_mgr()->GetType( in Apply() local
99 if (coordinate_type->AsVector() && in Apply()
100 coordinate_type->AsVector()->element_count() == 4) { in Apply()
110 coordinate_type->AsInteger() || coordinate_type->AsFloat() in Apply()
112 : 4 - coordinate_type->AsVector()->element_count(); in Apply()
128 coordinate_type->AsInteger() || coordinate_type->AsFloat() in Apply()
131 coordinate_type->AsVector()->element_type()); in Apply()
141 coordinate_type->AsInteger() || coordinate_type->AsFloat() in Apply()
146 coordinate_type->AsVector()->element_type()), in Apply()
157 coordinate_type = GetIRContext()->get_type_mgr()->GetType( in Apply()
[all …]
Dtransformation_add_image_sample_unused_components.cpp55 auto coordinate_type = in IsApplicable() local
59 if (coordinate_type->AsVector() && in IsApplicable()
60 coordinate_type->AsVector()->element_count() == 4) { in IsApplicable()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_image_sample_unused_components.cpp97 auto coordinate_type = GetIRContext()->get_type_mgr()->GetType( in Apply() local
102 if (coordinate_type->AsVector() && in Apply()
103 coordinate_type->AsVector()->element_count() == 4) { in Apply()
113 coordinate_type->AsInteger() || coordinate_type->AsFloat() in Apply()
115 : 4 - coordinate_type->AsVector()->element_count(); in Apply()
131 coordinate_type->AsInteger() || coordinate_type->AsFloat() in Apply()
134 coordinate_type->AsVector()->element_type()); in Apply()
144 coordinate_type->AsInteger() || coordinate_type->AsFloat() in Apply()
149 coordinate_type->AsVector()->element_type()), in Apply()
160 coordinate_type = GetIRContext()->get_type_mgr()->GetType( in Apply()
[all …]
Dtransformation_add_image_sample_unused_components.cpp56 auto coordinate_type = in IsApplicable() local
60 if (coordinate_type->AsVector() && in IsApplicable()
61 coordinate_type->AsVector()->element_count() == 4) { in IsApplicable()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_image_sample_unused_components.cpp97 auto coordinate_type = GetIRContext()->get_type_mgr()->GetType( in Apply() local
102 if (coordinate_type->AsVector() && in Apply()
103 coordinate_type->AsVector()->element_count() == 4) { in Apply()
113 coordinate_type->AsInteger() || coordinate_type->AsFloat() in Apply()
115 : 4 - coordinate_type->AsVector()->element_count(); in Apply()
131 coordinate_type->AsInteger() || coordinate_type->AsFloat() in Apply()
134 coordinate_type->AsVector()->element_type()); in Apply()
144 coordinate_type->AsInteger() || coordinate_type->AsFloat() in Apply()
149 coordinate_type->AsVector()->element_type()), in Apply()
160 coordinate_type = GetIRContext()->get_type_mgr()->GetType( in Apply()
[all …]
Dtransformation_add_image_sample_unused_components.cpp56 auto coordinate_type = in IsApplicable() local
60 if (coordinate_type->AsVector() && in IsApplicable()
61 coordinate_type->AsVector()->element_count() == 4) { in IsApplicable()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dobject_detector.cc102 if (properties->coordinate_type() != tflite::CoordinateType_RATIO) { in GetBoundingBoxProperties()
107 tflite::EnumNameCoordinateType(properties->coordinate_type())), in GetBoundingBoxProperties()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp791 vec4_visitor::emit_mcs_fetch(const glsl_type *coordinate_type, in emit_mcs_fetch() argument
805 int coord_mask = (1 << coordinate_type->vector_elements) - 1; in emit_mcs_fetch()
808 emit(MOV(dst_reg(MRF, param_base, coordinate_type, coord_mask), in emit_mcs_fetch()
811 emit(MOV(dst_reg(MRF, param_base, coordinate_type, zero_mask), in emit_mcs_fetch()
Dbrw_vec4.h269 src_reg emit_mcs_fetch(const glsl_type *coordinate_type, src_reg coordinate,
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dobject_detector.md162 and must specify `type=BOUNDARIES` and `coordinate_type=RATIO.
/external/tflite-support/tensorflow_lite_support/cc/task/
DREADME.md204 and must specify type=BOUNDARIES and coordinate_type=RATIO.
/external/tflite-support/tensorflow_lite_support/metadata/
Dmetadata_schema.fbs263 coordinate_type:CoordinateType;