Home
last modified time | relevance | path

Searched refs:n_value (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderTextureImageSamplesTests.cpp475 for (int n_value = 0; n_value < m_internalformat_n_samples_count; ++n_value) in executeFunctionalTest() local
485 if (m_internalformat_n_samples_data[n_value] > max_image_samples) in executeFunctionalTest()
497 …gl.texStorage2DMultisample(texture_target, m_internalformat_n_samples_data[n_value], texture_inter… in executeFunctionalTest()
505 …gl.texStorage3DMultisample(texture_target, m_internalformat_n_samples_data[n_value], texture_inter… in executeFunctionalTest()
539 expected_value = m_internalformat_n_samples_data[n_value]; in executeFunctionalTest()
Dgl4cSparseBufferTests.cpp2088 for (unsigned int n_value = 0; n_value < n_valid_values && result_local; ++n_value) in execute() local
2090 const int dst_data_offset = static_cast<int>(sizeof(short) * n_value); in execute()
2182 for (unsigned int n_value = 0; n_value < n_valid_values && result_local; ++n_value) in execute() local
2184 const int dst_data_offset = static_cast<int>(copy_region_end_offset + sizeof(short) * n_value); in execute()
/third_party/libxml2/
Dtestapi.c2031 int n_value; in test_htmlEntityValueLookup() local
2033 for (n_value = 0;n_value < gen_nb_unsigned_int;n_value++) { in test_htmlEntityValueLookup()
2035 value = gen_unsigned_int(n_value, 0); in test_htmlEntityValueLookup()
2040 des_unsigned_int(n_value, value, 0); in test_htmlEntityValueLookup()
2046 printf(" %d", n_value); in test_htmlEntityValueLookup()
3880 int n_value; in test_xmlSAX2CDataBlock() local
3885 for (n_value = 0;n_value < gen_nb_const_xmlChar_ptr;n_value++) { in test_xmlSAX2CDataBlock()
3889 value = gen_const_xmlChar_ptr(n_value, 1); in test_xmlSAX2CDataBlock()
3898 des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1); in test_xmlSAX2CDataBlock()
3906 printf(" %d", n_value); in test_xmlSAX2CDataBlock()
[all …]
/third_party/boost/libs/metaparse/tools/benchmark/
Dgenerate.py271 for n_value in n_range:
272 base = template.instantiate(n_value)
277 out_filename(template, n_value, mode)
/third_party/mindspore/mindspore/ops/operations/
Ddebug_ops.py37 n_value = name['value']
39 if not n_value:
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderXFB.cpp846 for (int n_value = 0; n_value < test.expected_n_values; ++n_value) in iterate() local
849 const glw::GLfloat* captured_data_ptr = result_ptr + n_value * 4 /* components */; in iterate()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c206 VALUE n_value = in native_slot_set_value_and_case() local
208 n_value = in native_slot_set_value_and_case()
209 rb_funcall(n_value, rb_intern("*"), 1, INT2NUM(1000000000)); in native_slot_set_value_and_case()
210 n_value = rb_funcall(n_value, rb_intern("round"), 0); in native_slot_set_value_and_case()
211 rb_hash_aset(hash, rb_str_new2("nanos"), n_value); in native_slot_set_value_and_case()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp218 Value = NL64.n_value; in createNormalizedSymbols()
226 Value = NL32.n_value; in createNormalizedSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h958 uint32_t n_value; member
966 uint64_t n_value; member
1240 sys::swapByteOrder(sym.n_value); in swapStruct()
1246 sys::swapByteOrder(sym.n_value); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp380 ListEntry.n_value = NLE.n_value; in writeNListEntry()
DMachOYAML.cpp198 IO.mapRequired("n_value", NListEntry.n_value); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h989 uint32_t n_value; member
997 uint64_t n_value; member
1271 sys::swapByteOrder(sym.n_value); in swapStruct()
1277 sys::swapByteOrder(sym.n_value); in swapStruct()
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp288 CHECK_FIELD(n_value); in generic_header_check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h73 uint64_t n_value; member
/third_party/boost/boost/dll/detail/
Dmacho_info.hpp153 AddressOffsetT n_value; member
/third_party/spirv-tools/source/val/
Dvalidate_extensions.cpp2217 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2218 if (num_components != n_value) { in ValidateExtInst()
2407 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2408 if (num_components != n_value) { in ValidateExtInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2254 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2255 if (num_components != n_value) { in ValidateExtInst()
2444 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2445 if (num_components != n_value) { in ValidateExtInst()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_extensions.cpp2254 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2255 if (num_components != n_value) { in ValidateExtInst()
2444 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2445 if (num_components != n_value) { in ValidateExtInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1702 NValue = STE_64.n_value; in checkSymbolTable()
1709 NValue = STE.n_value; in checkSymbolTable()
1776 return Entry.n_value; in getNValue()
1779 return Entry.n_value; in getNValue()
/third_party/chromium/patch/
D0001-cve.patch130990 - int n_value;
130994 - for (n_value = 0;n_value < gen_nb_void_ptr;n_value++) {
130998 - value = gen_void_ptr(n_value, 2);
131005 - des_void_ptr(n_value, value, 2);
131013 - printf(" %d", n_value);