Home
last modified time | relevance | path

Searched refs:size_id (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c216 unsigned size_id, matrix_id; in scaling_list_data() local
232 for (size_id = 0; size_id < 4; ++size_id) { in scaling_list_data()
234 for (matrix_id = 0; matrix_id < ((size_id == 3) ? 2 : 6); ++matrix_id) { in scaling_list_data()
242 memcpy((*scaling_list_data[size_id])[matrix_id], in scaling_list_data()
243 (*scaling_list_data[size_id])[matrix_id_with_delta], in scaling_list_data()
244 scaling_list_len[size_id]); in scaling_list_data()
245 if (size_id > 1) in scaling_list_data()
246 (*scaling_list_dc_coeff[size_id - 2])[matrix_id] = in scaling_list_data()
247 (*scaling_list_dc_coeff[size_id - 2])[matrix_id_with_delta]; in scaling_list_data()
251 if (size_id == 0) in scaling_list_data()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_array.cpp28 uint32_t size_id) { in TransformationAddTypeArray() argument
31 message_.set_size_id(size_id); in TransformationAddTypeArray()
50 ir_context->get_constant_mgr()->GetConstantsFromIds({message_.size_id()}); in IsApplicable()
73 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.size_id()}}); in Apply()
Dtransformation_add_type_array.h32 uint32_t size_id);
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_type_array.cpp28 uint32_t size_id) { in TransformationAddTypeArray() argument
31 message_.set_size_id(size_id); in TransformationAddTypeArray()
50 ir_context->get_constant_mgr()->GetConstantsFromIds({message_.size_id()}); in IsApplicable()
73 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.size_id()}}); in Apply()
Dtransformation_add_type_array.h32 uint32_t size_id);
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_type_array.cpp28 uint32_t size_id) { in TransformationAddTypeArray() argument
31 message_.set_size_id(size_id); in TransformationAddTypeArray()
50 ir_context->get_constant_mgr()->GetConstantsFromIds({message_.size_id()}); in IsApplicable()
73 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.size_id()}}); in Apply()
Dtransformation_add_type_array.h32 uint32_t size_id);
/third_party/vk-gl-cts/external/amber/src/src/
Dclspv_helper.cc119 auto size_id = inst->words[inst->operands[9].offset]; in ParseExtendedInst() local
132 helper->constants[size_id]}; in ParseExtendedInst()
142 auto size_id = inst->words[inst->operands[7].offset]; in ParseExtendedInst() local
155 helper->constants[size_id]}; in ParseExtendedInst()
176 auto size_id = inst->words[inst->operands[5].offset]; in ParseExtendedInst() local
179 helper->constants[offset_id], helper->constants[size_id]}; in ParseExtendedInst()
185 auto size_id = inst->words[inst->operands[5].offset]; in ParseExtendedInst() local
188 helper->constants[offset_id], helper->constants[size_id]}; in ParseExtendedInst()
/third_party/ffmpeg/libavformat/
Dgdv.c75 unsigned fps, snd_flags, vid_depth, size_id; in gdv_read_header() local
78 size_id = avio_rl16(pb); in gdv_read_header()
130 if (FixedSize[i].id == size_id) in gdv_read_header()
/third_party/ffmpeg/libavcodec/
Dhevc_ps.c784 int size_id, matrix_id, pos; in scaling_list_data() local
787 for (size_id = 0; size_id < 4; size_id++) in scaling_list_data()
788 for (matrix_id = 0; matrix_id < 6; matrix_id += ((size_id == 3) ? 3 : 1)) { in scaling_list_data()
796 delta *= (size_id == 3) ? 3 : 1; in scaling_list_data()
803 memcpy(sl->sl[size_id][matrix_id], in scaling_list_data()
804 sl->sl[size_id][matrix_id - delta], in scaling_list_data()
805 size_id > 0 ? 64 : 16); in scaling_list_data()
806 if (size_id > 1) in scaling_list_data()
807 … sl->sl_dc[size_id - 2][matrix_id] = sl->sl_dc[size_id - 2][matrix_id - delta]; in scaling_list_data()
814 coef_num = FFMIN(64, 1 << (4 + (size_id << 1))); in scaling_list_data()
[all …]
Dmediacodec_wrapper.c216 jfieldID size_id; member
264 …aCodec.BufferInfo", "size", "I", FF_JNI_FIELD, offsetof(struct JNIAMediaCodecFields, size_id), 1 },
1524 info->size = (*env)->GetIntField(env, codec->buffer_info, codec->jfields.size_id); in ff_AMediaCodec_dequeueOutputBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp1144 const auto size_id = inst->GetOperandAs<uint32_t>(2); in ValidateCopyMemory() local
1145 const auto size = _.FindDef(size_id); in ValidateCopyMemory()
1148 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
1155 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
1163 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
1169 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
1177 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp1193 const auto size_id = inst->GetOperandAs<uint32_t>(2); in ValidateCopyMemory() local
1194 const auto size = _.FindDef(size_id); in ValidateCopyMemory()
1197 << "Size operand <id> " << _.getIdName(size_id) in ValidateCopyMemory()
1204 << "Size operand <id> " << _.getIdName(size_id) in ValidateCopyMemory()
1212 << "Size operand <id> " << _.getIdName(size_id) in ValidateCopyMemory()
1218 << "Size operand <id> " << _.getIdName(size_id) in ValidateCopyMemory()
1226 << "Size operand <id> " << _.getIdName(size_id) in ValidateCopyMemory()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp1144 const auto size_id = inst->GetOperandAs<uint32_t>(2); in ValidateCopyMemory() local
1145 const auto size = _.FindDef(size_id); in ValidateCopyMemory()
1148 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
1155 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
1163 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
1169 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
1177 << "Size operand <id> '" << _.getIdName(size_id) in ValidateCopyMemory()
/third_party/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp754 uint32_t size_id = size_inst->result_id(); in GenTexBuffCheckCode() local
759 builder.AddBinaryOp(GetBoolId(), SpvOpULessThan, coord_id, size_id); in GenTexBuffCheckCode()
765 GenCheckCode(ult_inst->result_id(), error_id, coord_id, size_id, stage_idx, in GenTexBuffCheckCode()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp761 uint32_t size_id = size_inst->result_id(); in GenTexBuffCheckCode() local
766 builder.AddBinaryOp(GetBoolId(), SpvOpULessThan, coord_id, size_id); in GenTexBuffCheckCode()
772 GenCheckCode(ult_inst->result_id(), error_id, coord_id, size_id, stage_idx, in GenTexBuffCheckCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_bindless_check_pass.cpp761 uint32_t size_id = size_inst->result_id(); in GenTexBuffCheckCode() local
766 builder.AddBinaryOp(GetBoolId(), SpvOpULessThan, coord_id, size_id); in GenTexBuffCheckCode()
772 GenCheckCode(ult_inst->result_id(), error_id, coord_id, size_id, stage_idx, in GenTexBuffCheckCode()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp471 const auto& size_id = reg_and_var.second; in print_regs() local
473 printf("%%%u ", size_id.second); in print_regs()
474 if (ctx.orig_names.count(size_id.second) && in print_regs()
475 ctx.orig_names[size_id.second].id() != size_id.second) { in print_regs()
476 printf("(was %%%d) ", ctx.orig_names[size_id.second].id()); in print_regs()
479 PhysReg last_reg = first_reg.advance(size_id.first - 1); in print_regs()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1172 uint32 size_id = 3; field
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1172 uint32 size_id = 3; field
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1172 uint32 size_id = 3; field