HomeSort by relevance Sort by last modified time
    Searched defs:component_type (Results 1 - 25 of 36) sorted by null

1 2

  /external/deqp-deps/SPIRV-Tools/source/opt/
fold_spec_constant_op_and_composite_pass.cpp 250 const analysis::Type* component_type = local
253 context()->get_constant_mgr()->GetConstant(component_type, {});
constants.cpp 228 const auto* component_type = components.front()->type(); local
230 [&component_type](const Constant* c) {
231 if (c->type() == component_type) return true;
folding_rules.cpp 145 const analysis::Type* component_type = local
146 c->AsVectorConstant()->component_type();
149 if (component_type->AsFloat()) {
152 assert(component_type->AsInteger());
    [all...]
constants.h 361 const Type* component_type() const { return component_type_; } function in class:spvtools::opt::analysis::VectorConstant
394 const Type* component_type() { return component_type_; } function in class:spvtools::opt::analysis::MatrixConstant
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_arithmetics.cpp 136 const uint32_t component_type = _.GetComponentType(type_id); local
137 if (component_type != result_type)
167 const uint32_t component_type = _.GetComponentType(vector_type_id); local
170 if (component_type != scalar_type_id)
190 const uint32_t component_type = _.GetComponentType(matrix_type_id); local
193 if (component_type != scalar_type_id)
validate_constants.cpp 61 const auto component_type = local
63 if (!component_type) {
81 component_type->opcode() != constituent_result_type->opcode()) {
107 const auto component_type = local
109 if (!component_type) {
144 if (component_type->id() != vector_component_type->id()) {
validate_composites.cpp 175 const uint32_t component_type = _.GetOperandTypeId(inst, 3); local
176 if (_.GetComponentType(result_type) != component_type) {
validate_type.cpp 72 const auto component_type = _.FindDef(component_id); local
73 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) {
validate_extensions.cpp 260 uint32_t component_type = 0; local
262 &component_type) ||
269 if (result_type != component_type) {
282 uint32_t component_type = 0; local
284 &component_type) ||
    [all...]
validate_builtins.cpp 680 const uint32_t component_type = type_inst->word(2); local
681 if (!_.IsIntScalarType(component_type)) {
686 const uint32_t bit_width = _.GetBitWidth(component_type);
743 const uint32_t component_type = type_inst->word(2); local
744 if (!_.IsFloatScalarType(component_type)) {
749 const uint32_t bit_width = _.GetBitWidth(component_type);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
fold_spec_constant_op_and_composite_pass.cpp 250 const analysis::Type* component_type = local
253 context()->get_constant_mgr()->GetConstant(component_type, {});
constants.cpp 228 const auto* component_type = components.front()->type(); local
230 [&component_type](const Constant* c) {
231 if (c->type() == component_type) return true;
folding_rules.cpp 145 const analysis::Type* component_type = local
146 c->AsVectorConstant()->component_type();
149 if (component_type->AsFloat()) {
152 assert(component_type->AsInteger());
    [all...]
constants.h 361 const Type* component_type() const { return component_type_; } function in class:spvtools::opt::analysis::VectorConstant
394 const Type* component_type() { return component_type_; } function in class:spvtools::opt::analysis::MatrixConstant
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_arithmetics.cpp 136 const uint32_t component_type = _.GetComponentType(type_id); local
137 if (component_type != result_type)
167 const uint32_t component_type = _.GetComponentType(vector_type_id); local
170 if (component_type != scalar_type_id)
190 const uint32_t component_type = _.GetComponentType(matrix_type_id); local
193 if (component_type != scalar_type_id)
validate_constants.cpp 61 const auto component_type = local
63 if (!component_type) {
81 component_type->opcode() != constituent_result_type->opcode()) {
107 const auto component_type = local
109 if (!component_type) {
144 if (component_type->id() != vector_component_type->id()) {
validate_composites.cpp 175 const uint32_t component_type = _.GetOperandTypeId(inst, 3); local
176 if (_.GetComponentType(result_type) != component_type) {
validate_type.cpp 73 const auto component_type = _.FindDef(component_id); local
74 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) {
validate_extensions.cpp 260 uint32_t component_type = 0; local
262 &component_type) ||
269 if (result_type != component_type) {
282 uint32_t component_type = 0; local
284 &component_type) ||
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/comp/
markv_codec.cpp 351 const uint32_t component_type = type_inst->word(2); local
352 multi_mtf_.Insert(GetMtfVectorOfComponentType(component_type),
markv_codec.h 155 const uint32_t component_type = local
157 return component_type;
  /external/swiftshader/third_party/SPIRV-Tools/source/comp/
markv_codec.cpp 351 const uint32_t component_type = type_inst->word(2); local
352 multi_mtf_.Insert(GetMtfVectorOfComponentType(component_type),
markv_codec.h 155 const uint32_t component_type = local
157 return component_type;
  /external/tensorflow/tensorflow/core/kernels/
barrier_ops.cc 284 DataType component_type(int i) const { function in class:tensorflow::barrier::Barrier
355 Tensor uninitialized(component_type(j));
543 barrier->component_type(component_index_)},
  /art/runtime/native/
sun_misc_Unsafe.cc 367 ObjPtr<mirror::Class> component_type = dst->GetClass()->GetComponentType(); local
368 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) {
371 } else if (component_type->IsPrimitiveShort() || component_type->IsPrimitiveChar()) {
374 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) {
377 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) {
402 ObjPtr<mirror::Class> component_type = src->GetClass()->GetComponentType() local
    [all...]

Completed in 1098 milliseconds

1 2