/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_image.c | 308 VkResult result = v3dv_gralloc_info(device, native_buffer, &native_buf_fd, in create_image() local 349 VkResult result = v3dv_import_native_buffer_fd(v3dv_device_to_handle(device), in create_image() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_resolve.c | 53 VkResult result; in create_pipeline() local 332 VkResult result = VK_SUCCESS; in build_resolve_pipeline() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_blend_equation_advanced.cpp | 283 ir_variable *result = f.make_temp(glsl_type::vec4_type, "__blend_result"); in calc_blend_result() local
|
/third_party/libwebsockets/plugins/deaddrop/ |
H A D | protocol_lws_deaddrop.c | 79 char result[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE]; member
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | program.cpp | 146 std::vector<std::pair<cl_int, binary>> result = map( in clCreateProgramWithBinary() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 34 VkResult result = VKSCR(ResetCommandPool)(screen->dev, bs->cmdpool, 0); in zink_reset_batch_state() local 200 VkResult result = VKSCR(CreateCommandPool)(screen->dev, &cpci, NULL, &bs->cmdpool); in create_batch_state() local 323 VkResult result = VKCTX(BeginCommandBuffer)(batch->state->cmdbuf, &cbbi); zink_start_batch() local 415 VkResult result = VKSCR(EndCommandBuffer)(bs->cmdbuf); submit_queue() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_pipe.h | 322 enum pipe_format result; in d3d9_to_pipe_format_checked() local
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | output.c | 624 ColorsToPipe(VdpColor const *colors, uint32_t flags, struct vertex4f result[4]) in ColorsToPipe() argument 796 vlVdpOutputSurfaceDMABuf(VdpOutputSurface surface, struct VdpSurfaceDMABufDesc *result) vlVdpOutputSurfaceDMABuf() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_nir_lower_blend.c | 248 vc4_do_blending_f(struct vc4_compile *c, nir_builder *b, nir_ssa_def **result, in vc4_do_blending_f() argument 359 nir_ssa_def *result = in vc4_do_blending_i() local
|
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
H A D | virgl_vtest_socket.c | 528 uint32_t result[1]; in virgl_vtest_busy_wait() local
|
/third_party/mesa3d/src/glx/ |
H A D | glx_pbuffer.c | 737 GLXPbuffer result; in glXCreatePbuffer() local
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv.c | 62 VkResult result; in pvr_srv_heap_init() local 141 VkResult result; pvr_srv_memctx_init() local 507 VkResult result; pvr_srv_winsys_device_info_init() local 624 VkResult result; pvr_srv_winsys_create() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_screen.c | 119 SVGA3dDevCapResult result; in get_float_cap() local 132 SVGA3dDevCapResult result; in get_uint_cap() local 145 SVGA3dDevCapResult result; in get_bool_cap() local 203 SVGA3dDevCapResult result; in svga_get_param() local [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_descriptor_set.c | 79 VkResult result = vk_create_sorted_bindings(pCreateInfo->pBindings, in lvp_CreateDescriptorSetLayout() local 366 VkResult result = VK_SUCCESS; in lvp_AllocateDescriptorSets() local
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_foozzie.py | 544 result = main() variable 547 result = RETURN_FAIL variable 550 result = RETURN_PASS variable 556 result = RETURN_FAIL variable 560 result = RETURN_PASS variable 566 result = RETURN_FAIL variable
|
/third_party/node/test/js-native-api/test_object/ |
H A D | test_object.c | 394 bool result; in Delete() local 475 napi_value result; in Unwrap() local 519 bool result; in TestHasProperty() local 552 napi_value object, key, result; TestGetProperty() local 674 bool result; CheckTypeTag() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | decoder.h | 187 uint32_t result = in consume_u32v() local 196 int32_t result = in consume_i32v() local 205 uint64_t result = in consume_u64v() local 214 int64_t result = in consume_i64v() local 411 IntType result in read_leb() local 437 read_leb_tail(const byte* pc, uint32_t* length, const char* name, IntType result) read_leb_tail() argument [all...] |
/third_party/node/deps/v8/tools/v8windbg/src/ |
H A D | object-inspection.cc | 21 Create(IModelObject* p_v8_object_instance, IV8CachedObject** result) Create() argument 160 CreateSyntheticObjectWithParentAndDataContext( IDebugHostContext* ctx, IModelObject* parent_model, IUnknown* data_context, IModelObject** result) CreateSyntheticObjectWithParentAndDataContext() argument 176 CreateSyntheticObjectForV8Object(IDebugHostContext* ctx, V8CachedObject* cached_object, IModelObject** result) CreateSyntheticObjectForV8Object() argument 188 GetModelForBasicField(const uint64_t address, const std::u16string& type_name, const std::string& uncompressed_type_name, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForBasicField() argument 216 GetModelForBitField(uint64_t address, const uint8_t num_bits, uint8_t shift_bits, const std::u16string& type_name, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForBitField() argument 267 GetModelForStruct(const uint64_t address, const std::vector<StructField>& fields, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForStruct() argument 299 GetModelForNativeArray(const uint64_t address, const std::u16string& type_name, size_t count, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForNativeArray() argument 322 GetModelForCustomArray(const Property& prop, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForCustomArray() argument 676 GetModelForProperty(const Property& prop, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForProperty() argument [all...] |
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | protocol_core_test.cc | 25 StatusOr<std::unique_ptr<TResult>> result = in RoundtripToType() local 72 StatusOr<std::unique_ptr<TestTypeBasic>> result = in TEST() local 225 auto result = TestTypeComposite::ReadFrom(serialized_); in TEST_F() local 241 auto result = TestTypeComposite::ReadFrom(serialized_); in TEST_F() local 257 auto result = TestTypeComposite::ReadFrom(serialized_); in TEST_F() local 275 auto result = TestTypeComposite::ReadFrom(serialized_); TEST_F() local [all...] |
H A D | dispatch.cc | 21 DispatchResponse result; in Success() local 28 DispatchResponse result; in FallThrough() local 35 DispatchResponse result; in ParseError() local 43 DispatchResponse result; InvalidRequest() local 51 DispatchResponse result; MethodNotFound() local 59 DispatchResponse result; InvalidParams() local 67 DispatchResponse result; InternalError() local 75 DispatchResponse result; ServerError() local 462 sendResponse(int call_id, const DispatchResponse& response, std::unique_ptr<Serializable> result) sendResponse() argument [all...] |
/third_party/node/src/ |
H A D | node_file-inl.h | 37 void FSContinuationData::Done(int result) { in Done() argument
|
H A D | node_options.cc | 1011 const unsigned long result = // NOLINT(runtime/int) in ParseAndValidatePort() local
|
H A D | node_os.cc | 196 std::vector<Local<Value>> result; GetInterfaceAddresses() local [all...] |
H A D | util.cc | 242 int ReadFileSync(std::string* result, const char* path) { in ReadFileSync() argument
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsls.c | 399 int result = 0; in readdir_recursive() local 496 int result = 0; in list_dir_entry() local [all...] |