Searched refs:coordinate_type (Results 1 – 12 of 12) sorted by relevance
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_add_image_sample_unused_components.cpp | 94 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 …]
|
D | transformation_add_image_sample_unused_components.cpp | 55 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/ |
D | fuzzer_pass_add_image_sample_unused_components.cpp | 97 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 …]
|
D | transformation_add_image_sample_unused_components.cpp | 56 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/ |
D | fuzzer_pass_add_image_sample_unused_components.cpp | 97 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 …]
|
D | transformation_add_image_sample_unused_components.cpp | 56 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/ |
D | object_detector.cc | 102 if (properties->coordinate_type() != tflite::CoordinateType_RATIO) { in GetBoundingBoxProperties() 107 tflite::EnumNameCoordinateType(properties->coordinate_type())), in GetBoundingBoxProperties()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 791 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()
|
D | brw_vec4.h | 269 src_reg emit_mcs_fetch(const glsl_type *coordinate_type, src_reg coordinate,
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/ |
D | object_detector.md | 162 and must specify `type=BOUNDARIES` and `coordinate_type=RATIO.
|
/external/tflite-support/tensorflow_lite_support/cc/task/ |
D | README.md | 204 and must specify type=BOUNDARIES and coordinate_type=RATIO.
|
/external/tflite-support/tensorflow_lite_support/metadata/ |
D | metadata_schema.fbs | 263 coordinate_type:CoordinateType;
|