Home
last modified time | relevance | path

Searched refs:int32 (Results 401 - 425 of 440) sorted by relevance

1...<<1112131415161718

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h425 UPB_TYPE_ENUM = 5, /* Enum values are int32. */
543 * // Get/set an int32 from a upb_value.
547 * // Construct a new upb_value from an int32.
562 FUNCS(int32, int32, int32_t, int32_t, UPB_CTYPE_INT32)
3950 * (this is for an int32 field; other field types will pass their native
4004 /* Like the previous, but templated on the type on the value (ie. int32).
5092 TYPE_METHODS(Int32, int32, int32_t, UPB_INT32_T)
5096 TYPE_METHODS(Int32, int32, int32_t, UPB_INT32ALT_T)
5251 PUTVAL(int32, int32_
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp1988 clearValue.int32[0] = (isWrite ? -1 : static_cast<deInt32>(d)); in iterate()
2007 clearValue.int32[0] = static_cast<deInt32>(d); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp2242 deMemcpy(&clearValue.int32[0], layout.refData.data(), layout.refData.size()); in iterate()
2272 clearValue.int32[0] += 1; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp1988 clearValue.int32[0] = (isWrite ? -1 : static_cast<deInt32>(d)); in iterate()
2007 clearValue.int32[0] = static_cast<deInt32>(d); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp2276 deMemcpy(&clearValue.int32[0], layout.refData.data(), layout.refData.size()); in iterate()
2306 clearValue.int32[0] += 1; in iterate()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c5267 const struct dxil_type *int32 = dxil_module_get_int_type(&ctx->mod, 32); in emit_scratch() local
5269 if (!int32 || !array_length) in emit_scratch()
5273 &ctx->mod, int32, size / sizeof(uint32_t)); in emit_scratch()
5277 ctx->scratchvars = dxil_emit_alloca(&ctx->mod, type, int32, array_length, 4); in emit_scratch()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp1012 stream << value.int32[i]; in clearColorToString()
1099 clearColor.int32[ndx] = std::numeric_limits<deInt32>::min(); in randomColorClearValue()
3507 if (value.color.int32[i] == 1)
3509 else if (value.color.int32[i] == 0)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp6421 ASSERT((clearValue.color.int32[0] == 0) && (clearValue.color.int32[1] == 0) && in stageRobustResourceClearWithFormat()
6422 (clearValue.color.int32[2] == 0) && (clearValue.color.int32[3] == 0)); in stageRobustResourceClearWithFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp1001 stream << value.int32[i]; in clearColorToString()
1087 clearColor.int32[ndx] = std::numeric_limits<deInt32>::min(); in randomColorClearValue()
3493 if (value.color.int32[i] == 1)
3495 else if (value.color.int32[i] == 0)
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-ctrls.c1586 dev->int32 = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_int32, NULL); in vivid_create_controls()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-ctrls.c1671 dev->int32 = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_int32, NULL); in vivid_create_controls()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp585 tcu::clear(outputImage, IVec4(clearValue.color.int32)); in generateExpectedImage()
H A DvktPipelineMultisampleImageTests.cpp696 return getColorStr(clearColor.int32, numComponents, isUint, isSint);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectRenderingTests.cpp514 tcu::clear(outputImage, tcu::IVec4(clearValue.color.int32)); in generateExpectedImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1645 reference[refNdx] = m_spec.values.outputs[outNdx].elements[m_subCaseNdx * numComponents + refNdx].int32; in iterate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp270 clearValues[attachmentCount].color.int32[i] = appliedClearColor[i]; in RecordBeginRenderPass()
/third_party/optimized-routines/math/test/rtest/
H A Ddotest.c95 int32 mantissa = f & ((1 << 23) - 1); in set_mpfr_f()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc807 int32 value = _GetDescriptor(self)->default_value_int32(); in GetDefaultValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp582 tcu::clear(outputImage, IVec4(clearValue.color.int32)); in generateExpectedImage()
H A DvktPipelineMultisampleImageTests.cpp692 return getColorStr(clearColor.int32, numComponents, isUint, isSint);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1645 reference[refNdx] = m_spec.values.outputs[outNdx].elements[m_subCaseNdx * numComponents + refNdx].int32; in iterate()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h439 UPB_TYPE_ENUM = 5, /* Enum values are int32. */
557 * // Get/set an int32 from a upb_value.
561 * // Construct a new upb_value from an int32.
576 FUNCS(int32, int32, int32_t, int32_t, UPB_CTYPE_INT32)
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc181 "int32", // TYPE_INT32
200 "int32", // CPPTYPE_INT32
2973 const RepeatedField<int32>& span = loc->span(); in GetSourceLocation()
3438 void SetInt32(int number, int32 value, FieldDescriptor::Type type,
6872 return AddValueError("Value out of range for int32 option \"" + in SetOptionValue()
6882 return AddValueError("Value out of range for int32 option \"" + in SetOptionValue()
6890 return AddValueError("Value must be integer for int32 option \"" + in SetOptionValue()
7052 // Sign-extension is not a problem, since we cast directly from int32 to in SetOptionValue()
7188 int number, int32 value, FieldDescriptor::Type type, in SetInt32()
H A Drepeated_field.h385 // type, like int32), the loop will be removed by the optimizer.
1590 // Element has a trivial constructor (e.g., int32), gcc (tested with -O2) in Reserve()
2834 extern template class PROTOBUF_EXPORT_TEMPLATE_DECLARE RepeatedField<int32>;
H A Ddescriptor.pb.cc1856 // repeated int32 public_dependency = 10; in _InternalParse()
1871 // repeated int32 weak_dependency = 11; in _InternalParse()
2005 // repeated int32 public_dependency = 10; in _InternalSerialize()
2011 // repeated int32 weak_dependency = 11; in _InternalSerialize()
2079 // repeated int32 public_dependency = 10; in ByteSizeLong()
2088 // repeated int32 weak_dependency = 11; in ByteSizeLong()
2353 // optional int32 start = 1; in _InternalParse()
2361 // optional int32 end = 2; in _InternalParse()
2406 // optional int32 start = 1; in _InternalSerialize()
2412 // optional int32 en in _InternalSerialize()
[all...]

Completed in 143 milliseconds

1...<<1112131415161718