/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 489 Value *res = cloneShallow(func, mul->getDef(0)); in handleMUL() local 934 Value *res[4][4]; in handleTXB() local
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 1271 trace_context_create_stream_output_target(struct pipe_context *_pipe, struct pipe_resource *res, unsigned buffer_offset, unsigned buffer_size) trace_context_create_stream_output_target() argument 1505 trace_context_clear_buffer(struct pipe_context *_pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *clear_value, int clear_value_size) trace_context_clear_buffer() argument 1531 trace_context_clear_texture(struct pipe_context *_pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) trace_context_clear_texture() argument 1657 trace_context_generate_mipmap(struct pipe_context *_pipe, struct pipe_resource *res, enum pipe_format format, unsigned base_level, unsigned last_level, unsigned first_layer, unsigned last_layer) trace_context_generate_mipmap() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_action.c | 498 LLVMValueRef lo, hi, res; in pk2h_emit() local 527 LLVMValueRef lo, hi, res[2], arg; in up2h_emit() local
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.c | 324 crocus_resource_disable_aux(struct crocus_resource *res) in crocus_resource_disable_aux() argument 171 crocus_resource_configure_main(const struct crocus_screen *screen, struct crocus_resource *res, const struct pipe_resource *templ, uint64_t modifier, uint32_t row_pitch_B) crocus_resource_configure_main() argument 341 struct crocus_resource *res = (struct crocus_resource *)resource; crocus_resource_destroy() local 360 struct crocus_resource *res = calloc(1, sizeof(struct crocus_resource)); crocus_alloc_resource() local 377 crocus_get_num_logical_layers(const struct crocus_resource *res, unsigned level) crocus_get_num_logical_layers() argument 386 create_aux_state_map(struct crocus_resource *res, enum isl_aux_state initial) create_aux_state_map() argument 430 crocus_resource_configure_aux(struct crocus_screen *screen, struct crocus_resource *res, bool imported, uint64_t *aux_size_B, uint32_t *alloc_flags) crocus_resource_configure_aux() argument 566 crocus_resource_init_aux_buf(struct crocus_resource *res, uint32_t alloc_flags) crocus_resource_init_aux_buf() argument 593 crocus_resource_alloc_separate_aux(struct crocus_screen *screen, struct crocus_resource *res) crocus_resource_alloc_separate_aux() argument 623 crocus_resource_finish_aux_import(struct pipe_screen *pscreen, struct crocus_resource *res) crocus_resource_finish_aux_import() argument 652 struct crocus_resource *res = crocus_alloc_resource(pscreen, templ); crocus_resource_create_for_buffer() local 682 struct crocus_resource *res = crocus_alloc_resource(pscreen, templ); crocus_resource_create_with_modifiers() local 802 struct crocus_resource *res = crocus_alloc_resource(pscreen, templ); crocus_resource_from_user_memory() local 831 struct crocus_resource *res = crocus_alloc_resource(pscreen, templ); crocus_resource_from_handle() local 911 struct crocus_resource *res = crocus_alloc_resource(pscreen, templ); crocus_resource_from_memobj() local 939 struct crocus_resource *res = (void *) resource; crocus_flush_resource() local 953 struct crocus_resource *res = (struct crocus_resource *)resource; crocus_resource_disable_aux_on_first_query() local 980 struct crocus_resource *res = (struct crocus_resource *)resource; crocus_resource_get_param() local 1050 struct crocus_resource *res = (struct crocus_resource *)resource; crocus_resource_get_handle() local 1106 resource_is_busy(struct crocus_context *ice, struct crocus_resource *res) resource_is_busy() argument 1152 struct crocus_resource *res = (void *) resource; crocus_invalidate_resource() local 1238 struct crocus_resource *res = (void *) xfer->resource; crocus_map_copy_region() local 1307 crocus_resource_get_image_offset(struct crocus_resource *res, uint32_t level, uint32_t z, uint32_t *x, uint32_t *y) crocus_resource_get_image_offset() argument 1375 struct crocus_resource *res = (struct crocus_resource *) xfer->resource; crocus_unmap_s8() local 1408 struct crocus_resource *res = (struct crocus_resource *) xfer->resource; crocus_map_s8() local 1481 struct crocus_resource *res = (struct crocus_resource *) xfer->resource; crocus_unmap_tiled_memcpy() local 1509 struct crocus_resource *res = (struct crocus_resource *) xfer->resource; crocus_map_tiled_memcpy() local 1557 struct crocus_resource *res = (struct crocus_resource *) xfer->resource; crocus_map_direct() local 1588 can_promote_to_async(const struct crocus_resource *res, const struct pipe_box *box, unsigned usage) can_promote_to_async() argument 1611 struct crocus_resource *res = (struct crocus_resource *)resource; crocus_transfer_map() local 1742 struct crocus_resource *res = (struct crocus_resource *) xfer->resource; crocus_transfer_flush_region() local 1813 crocus_dirty_for_history(struct crocus_context *ice, struct crocus_resource *res) crocus_dirty_for_history() argument 1830 crocus_flush_bits_for_history(struct crocus_resource *res) crocus_flush_bits_for_history() argument 1852 crocus_flush_and_dirty_for_history(struct crocus_context *ice, struct crocus_batch *batch, struct crocus_resource *res, uint32_t extra_flags, const char *reason) crocus_flush_and_dirty_for_history() argument 1869 crocus_resource_set_clear_color(struct crocus_context *ice, struct crocus_resource *res, union isl_color_value color) crocus_resource_set_clear_color() argument 1882 crocus_resource_get_clear_color(const struct crocus_resource *res) crocus_resource_get_clear_color() argument 1892 struct crocus_resource *res = (void *) p_res; crocus_resource_get_internal_format() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_context.c | 828 struct pipe_resource *res = rbug_resource_unwrap(_res); in rbug_create_stream_output_target() local 922 struct pipe_resource *res = rb_resource_res->resource; in rbug_flush_resource() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 269 VkResult res = VKSCR(CreatePipelineCache)(screen->dev, &pcci, NULL, &pg->pipeline_cache); in cache_get_job() local 1440 struct zink_resource *res = zink_resource(pres); in zink_flush_frontbuffer() local 1704 VkResult res = vk_GetMoltenVKConfigurationMVK(screen->instance, &molten_config, &molten_config_size); zink_internal_setup_moltenvk() local [all...] |
H A D | zink_resource.c | 127 struct zink_resource *res = zink_resource(pres); in zink_resource_destroy() local 813 VkResult res = VKSCR(CreateSamplerYcbcrConversion)(screen->dev, &sycci, NULL, &obj->sampler_conversion); resource_object_create() local 1096 struct zink_resource *res = CALLOC_STRUCT_CL(zink_resource); resource_create() local 1230 add_resource_bind(struct zink_context *ctx, struct zink_resource *res, unsigned bind) add_resource_bind() argument 1285 struct zink_resource *res = zink_resource(pres); zink_resource_get_param() local 1403 struct zink_resource *res = zink_resource(tex); zink_resource_get_handle() local 1497 struct zink_resource *res = zink_resource(pres); zink_resource_from_handle() local 1570 invalidate_buffer(struct zink_context *ctx, struct zink_resource *res) invalidate_buffer() argument 1612 struct zink_resource *res = zink_resource(pres); zink_resource_invalidate() local 1676 map_resource(struct zink_screen *screen, struct zink_resource *res) map_resource() argument 1683 unmap_resource(struct zink_screen *screen, struct zink_resource *res) unmap_resource() argument 1732 struct zink_resource *res = zink_resource(pres); zink_buffer_map() local 1910 struct zink_resource *res = zink_resource(pres); zink_image_map() local 2032 struct zink_resource *res = zink_resource(ptrans->resource); zink_transfer_flush_region() local 2073 struct zink_resource *res = zink_resource(ptrans->resource); transfer_unmap() local 2096 struct zink_resource *res = zink_resource(trans->staging_res); do_transfer_unmap() local 2158 zink_resource_object_init_storage(struct zink_context *ctx, struct zink_resource *res) zink_resource_object_init_storage() argument 2214 zink_get_depth_stencil_resources(struct pipe_resource *res, struct zink_resource **out_z, struct zink_resource **out_s) zink_get_depth_stencil_resources() argument 2244 struct zink_resource *res = zink_resource(pres); zink_resource_get_internal_format() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 296 struct nv04_resource *res = nv04_resource(sf->base.texture); in nvc0_clear_render_target() local 370 nvc0_clear_buffer_push_nvc0(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nvc0_clear_buffer_push_nvc0() argument 419 nvc0_clear_buffer_push_nve4(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nvc0_clear_buffer_push_nve4() argument 466 nvc0_clear_buffer_push(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nvc0_clear_buffer_push() argument 493 nvc0_clear_buffer(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nvc0_clear_buffer() argument 927 nvc0_blit_set_dst(struct nvc0_blitctx *ctx, struct pipe_resource *res, unsigned level, unsigned layer, enum pipe_format format) nvc0_blit_set_dst() argument 957 nvc0_blit_set_src(struct nvc0_blitctx *ctx, struct pipe_resource *res, unsigned level, unsigned layer, enum pipe_format format, const uint8_t filter) nvc0_blit_set_src() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 472 int res, num_res = 4; in reserve_cfile() local
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 253 int req_text = 0, resp_text = 0, res, ret = 1; in ocsp_main() local
|
H A D | cms.c | 965 int res; in cms_main() local
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 1691 int res; in capi_ctx_set_provname_idx() local
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 1600 const OSSL_ALGORITHM *res; in ossl_provider_query_operation() local
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 761 int res = 0; in generate_stateless_cookie_callback() local 835 int res = generate_stateless_cookie_callback(ssl, cookie, &temp); in generate_cookie_callback() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 2978 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher() local 3000 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher() local 3022 size_t res = (16 - gctx->gcm.mres) % 16; aes_gcm_cipher() local 3044 size_t res = (16 - gctx->gcm.mres) % 16; aes_gcm_cipher() local [all...] |
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_srvr.c | 2619 int res; in tls_construct_server_key_exchange() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 595 struct dirent* res; in uv__fs_readdir() local
|
/third_party/python/Python/ |
H A D | traceback.c | 432 PyObject *res; in display_source_line_with_margin() local 665 int res = -1; in extract_anchors_from_line() local 778 int res = PyFile_WriteObject(line, f, Py_PRINT_RAW); tb_displayline() local 855 int res = extract_anchors_from_line(filename, source_line, start_offset, end_offset, tb_displayline() local [all...] |
/third_party/openssl/crypto/ |
H A D | provider_core.c | 1598 const OSSL_ALGORITHM *res; in ossl_provider_query_operation() local
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 835 int res; member 853 int res; member 2984 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher() local 3006 size_t res = (16 - gctx->gcm.mres) % 16; aes_gcm_cipher() local 3028 size_t res = (16 - gctx->gcm.mres) % 16; aes_gcm_cipher() local 3050 size_t res = (16 - gctx->gcm.mres) % 16; aes_gcm_cipher() local [all...] |
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 761 int res = 0; in generate_stateless_cookie_callback() local 835 int res = generate_stateless_cookie_callback(ssl, cookie, &temp); in generate_cookie_callback() local
|
/third_party/openssl/apps/ |
H A D | cms.c | 966 int res; in cms_main() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1572 const VkResult res = createUncheckedDevice(false, instanceDriver, physicalDevice, &deviceCreateInfo, DE_NULL, &device); in checkFeatures() local 1710 const VkResult res = createUncheckedDevice(false, instanceDriver, physicalDevice, &deviceCreateInfo, DE_NULL, &device); in createDeviceWithUnsupportedFeaturesTest() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingBufferDeviceAddressTests.cpp | 1349 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 1338 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() local [all...] |