Home
last modified time | relevance | path

Searched refs:res (Results 6301 - 6325 of 6339) sorted by relevance

1...<<251252253254

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp2898 vector<float> res;
2925 res.resize(4 * texCoordComps);
2928 deMemcpy(&res[ndx * texCoordComps], coords[ndx].getPtr(), texCoordComps * sizeof(float));
2930 return res;
/third_party/json/tests/src/
H A Dunit-cbor.cpp2226 auto res = json::from_cbor(std::vector<uint8_t>(1, byte)); variable
H A Dunit-bjdata.cpp3429 auto res = json::from_bjdata(std::vector<uint8_t>(1, byte)); in CAPTURE() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c2961 pipe_resource_reference(&ish->const_data_state.res, NULL); in crocus_delete_shader_state()
/third_party/backends/backend/
H A Dcanon_dr.c210 - read_from_buffer() can workaround missing res, modes and cropping
1251 DBG (15, " basic x res: %d dpi\n",s->basic_x_res); in init_vpd()
1254 DBG (15, " basic y res: %d dpi\n",s->basic_y_res); in init_vpd()
1257 DBG (15, " step x res: %d dpi\n", s->step_x_res); in init_vpd()
1260 DBG (15, " step y res: %d dpi\n", s->step_y_res); in init_vpd()
1263 DBG (15, " max x res: %d dpi\n", s->max_x_res); in init_vpd()
1266 DBG (15, " max y res: %d dpi\n", s->max_y_res); in init_vpd()
1269 DBG (15, " min x res: %d dpi\n", s->min_x_res); in init_vpd()
1272 DBG (15, " min y res: %d dpi\n", s->min_y_res); in init_vpd()
2088 /*x and y res*/ in init_user()
8860 get_color_inter(struct scanner *s, int side, int res) get_color_inter() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc551 bool res = opcode == SPECIAL && function_field == OR && rd_field == rd_reg && in IsMov() local
553 return res; in IsMov()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc2231 void Assembler::strexd(Register res, Register src1, Register src2, Register dst, in strexd() argument
2239 emit(cond | B24 | B23 | B21 | dst.code() * B16 | res.code() * B12 | in strexd()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp3577 vk::VkResult res = vkd.getMemoryFdPropertiesKHR(*device, config.externalType, handle.getFd(), &properties); in testMemoryFdProperties() local
3582 TCU_CHECK_MSG(res == vk::VK_SUCCESS, "vkGetMemoryFdPropertiesKHR failed for VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT"); in testMemoryFdProperties()
H A DvktApiCopiesAndBlittingTests.cpp4198 const tcu::ConstPixelBufferAccess res = filteredResultVerification ? filteredResult.getAccess() : result;
4201 bool isOk = tcu::floatThresholdCompare(log, "Compare", "Result comparsion", clampedRef, res, threshold, tcu::COMPARE_LOG_RESULT);
4209 isOk = tcu::floatThresholdCompare(log, "Compare", "Result comparsion", unclampedRef, res, threshold, tcu::COMPARE_LOG_RESULT);
4582 const tcu::ConstPixelBufferAccess res = clampResult ? clampedResultLevel.getAccess() : result;
4584 if (floatNearestBlitCompare(src, res, srcMaxDiff, dstMaxDiff, errorMask, m_params.regions))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp2467 vk::VkResult res = vk.getQueryPoolResults(device, *queryPool, queryIndex, queryCountersNumber, queryDataAvailSize, queryData.data(), queryDataAvailSize, (vk::VK_QUERY_RESULT_WITH_AVAILABILITY_BIT | queryExtraFlags)); local
2478 if (res != vk::VK_NOT_READY || availabilityState != 0u)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp3458 vk::VkResult res = vkd.getMemoryFdPropertiesKHR(*device, config.externalType, handle.getFd(), &properties); in testMemoryFdProperties() local
3463 TCU_CHECK_MSG(res == vk::VK_SUCCESS, "vkGetMemoryFdPropertiesKHR failed for VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT"); in testMemoryFdProperties()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp5548 auto res = AM.getResult<VerifierAnalysis>(F); in run() local
5549 if (res.IRBroken && FatalErrors) in run()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp289 template <typename ArgT, bool res>
292 bool operator() (const ArgT&) const { return res; }
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp6255 spv::Id res = builder.createTextureCall(precision, resType, sparse, cracked.fetch, cracked.proj, in createImageTextureFunctionCall() local
6268 builder.accessChainStore(builder.createCompositeExtract(res, builder.getContainedTypeId(resType, i+1), in createImageTextureFunctionCall()
6271 return builder.createCompositeExtract(res, resultType(), 0); in createImageTextureFunctionCall()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc633 TNode<IntPtrT> res = in PopulationCount32() local
635 return ReinterpretCast<Int32T>(res); in PopulationCount32()
637 TNode<IntPtrT> res = PopulationCountFallback( in PopulationCount32() local
639 return TruncateInt64ToInt32(ReinterpretCast<Int64T>(res)); in PopulationCount32()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp101 // res[9] + ck[17] + ik[17] + unknown[9]
2523 // res in ParseAndFillUmtsAuthParam()
2524 uint8_t resLen = nonce[UMTS_AUTH_CHALLENGE_DATA_START_IDNEX]; // nonce[1]: the 2nd byte is the length of res in ParseAndFillUmtsAuthParam()
2526 std::string res; in ParseAndFillUmtsAuthParam() local
2528 /* nonce[2]~nonce[9]: the 3rd byte ~ 10th byte is res data */ in ParseAndFillUmtsAuthParam()
2553 LOGD("%{public}s ik: %{private}s, ck: %{private}s, res: %{private}s, authRsp: %{private}s", in ParseAndFillUmtsAuthParam()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4518 pub res: __s32,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4516 pub res: __s32,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4496 pub res: __s32,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18442 SDValue res;
18444 res = ThreadPointer;
18459 res = DAG.getNode(ISD::ADD, dl, PtrVT, ThreadPointer, IDX);
18462 res = DAG.getLoad(PtrVT, dl, Chain, res, MachinePointerInfo());
18472 return DAG.getNode(ISD::ADD, dl, PtrVT, res, Offset);
20037 SDValue res = DAG.getVectorShuffle(MVT::v4i32, DL, OpLo, OpHi, ShufMask2);
20038 return DAG.getBitcast(MVT::v8i16, res);
[all...]
/third_party/icu/icu4c/source/
H A Dconfigure1487 files raw files (.res, etc)
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs4660 pub res: __s32,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs4730 pub res: __s32,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs4688 pub res: __s32,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs4794 pub res: __s32,

Completed in 255 milliseconds

1...<<251252253254