/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resolve.c | 87 struct iris_shader_state *shs, in resolve_sampler_views() 92 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0; in resolve_sampler_views() 96 struct iris_sampler_view *isv = shs->textures[i]; in resolve_sampler_views() 119 struct iris_shader_state *shs, in resolve_image_views() 124 uint32_t views = info ? (shs->bound_image_views & info->images_used[0]) : 0; in resolve_image_views() 128 struct pipe_image_view *pview = &shs->image[i].base; in resolve_image_views() 167 struct iris_shader_state *shs = &ice->state.shaders[stage]; in iris_predraw_resolve_inputs() local 174 resolve_sampler_views(ice, batch, shs, info, draw_aux_buffer_disabled, in iris_predraw_resolve_inputs() 176 resolve_image_views(ice, batch, shs, info, draw_aux_buffer_disabled, in iris_predraw_resolve_inputs() 376 struct iris_shader_state *shs) in flush_ubos() 85 resolve_sampler_views(struct iris_context *ice, struct iris_batch *batch, struct iris_shader_state *shs, const struct shader_info *info, bool *draw_aux_buffer_disabled, bool consider_framebuffer) resolve_sampler_views() argument 117 resolve_image_views(struct iris_context *ice, struct iris_batch *batch, struct iris_shader_state *shs, const struct shader_info *info, bool *draw_aux_buffer_disabled, bool consider_framebuffer) resolve_image_views() argument 375 flush_ubos(struct iris_batch *batch, struct iris_shader_state *shs) flush_ubos() argument 391 flush_ssbos(struct iris_batch *batch, struct iris_shader_state *shs) flush_ssbos() argument 409 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_predraw_flush_buffers() local [all...] |
H A D | iris_state.c | 2196 struct iris_shader_state *shs = &ice->state.shaders[stage]; in iris_bind_sampler_states() local 2204 if (shs->samplers[start + i] != state) { in iris_bind_sampler_states() 2205 shs->samplers[start + i] = state; in iris_bind_sampler_states() 2224 struct iris_shader_state *shs = &ice->state.shaders[stage]; in iris_upload_sampler_states() local 2243 upload_state(ice->state.dynamic_uploader, &shs->sampler_table, size, 32); in iris_upload_sampler_states() 2247 struct pipe_resource *res = shs->sampler_table.res; in iris_upload_sampler_states() 2251 bo->address + shs->sampler_table.offset, size); in iris_upload_sampler_states() 2253 shs->sampler_table.offset += iris_bo_offset_from_base_address(bo); in iris_upload_sampler_states() 2258 struct iris_sampler_state *state = shs->samplers[i]; in iris_upload_sampler_states() 2259 struct iris_sampler_view *tex = shs in iris_upload_sampler_states() 2860 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_set_shader_images() local 2979 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_set_sampler_views() local 3073 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_CTRL]; iris_set_tess_state() local 3107 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_VERTEX]; iris_set_clip_state() local 3376 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_set_constant_buffer() local 3437 struct iris_shader_state *shs = &ice->state.shaders[stage]; upload_sysvals() local 3538 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_set_shader_buffers() local 5051 use_image(struct iris_batch *batch, struct iris_context *ice, struct iris_shader_state *shs, const struct shader_info *info, int i) use_image() argument 5103 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_populate_binding_table() local 5335 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_restore_render_saved_bos() local 5373 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_restore_render_saved_bos() local 5428 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_restore_compute_saved_bos() local 5617 struct iris_shader_state *shs = &ice->state.shaders[stage]; setup_constant_buffers() local 6012 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_upload_dirty_render_state() local 6100 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_upload_dirty_render_state() local 7127 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_COMPUTE]; iris_upload_compute_walker() local 7192 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_COMPUTE]; iris_upload_gpgpu_walker() local 7342 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_COMPUTE]; iris_upload_compute_state() local 7425 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_destroy_state() local 7534 struct iris_shader_state *shs = &ice->state.shaders[s]; iris_rebind_buffer() local [all...] |
H A D | iris_program.c | 926 * they are uploaded separately from shs->constbuf[], but from a shader in iris_setup_binding_table() 1399 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_VERTEX]; in iris_update_compiled_vs() local 1427 shs->sysvals_need_upload = true; in iris_update_compiled_vs() 1600 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_CTRL]; in iris_update_compiled_tcs() local 1663 shs->sysvals_need_upload = true; in iris_update_compiled_tcs() 1768 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_EVAL]; in iris_update_compiled_tes() local 1795 shs->sysvals_need_upload = true; in iris_update_compiled_tes() 1904 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_GEOMETRY]; in iris_update_compiled_gs() local 1936 shs->sysvals_need_upload = true; in iris_update_compiled_gs() 2040 struct iris_shader_state *shs in iris_update_compiled_fs() local 2127 struct iris_shader_state *shs = &ice->state.shaders[stage]; iris_update_pull_constant_descriptors() local 2308 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_COMPUTE]; iris_update_compiled_cs() local [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-test.cc | 180 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 204 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 210 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 217 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 895 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 966 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 1046 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 1055 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 1073 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 1092 SealHandleScope shs(isolat in RUNTIME_FUNCTION() [all...] |
H A D | runtime-function.cc | 59 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 69 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 93 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-numbers.cc | 54 HandleScope shs(isolate); in RUNTIME_FUNCTION() 72 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 79 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-bigint.cc | 15 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 26 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 51 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 60 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 79 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-proxy.cc | 19 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 26 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 33 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-trace.cc | 123 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 173 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 206 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-test-wasm.cc | 146 HandleScope shs(isolate); in RUNTIME_FUNCTION() 180 HandleScope shs(isolate); in RUNTIME_FUNCTION() 234 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 258 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 268 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 375 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-debug.cc | 48 SealHandleScope shs(isolate); in RUNTIME_FUNCTION_RETURN_PAIR() 137 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 148 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 529 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 543 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 727 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 802 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 810 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-internal.cc | 86 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 187 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 193 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 331 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 345 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-array.cc | 204 HandleScope shs(isolate); in RUNTIME_FUNCTION() 213 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 229 HandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-symbol.cc | 61 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-collections.cc | 18 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-wasm.cc | 156 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 200 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-strings.cc | 410 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
H A D | runtime-object.cc | 1214 SealHandleScope shs(isolate); in RUNTIME_FUNCTION() 1222 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
|
/third_party/libwebsockets/lib/cose/ |
H A D | cose_validate_alg.c | 195 size_t hs, shs; in lws_cose_val_alg_destroy() local 233 shs = hs = lws_genhmac_size(alg->u.hmacctx.type); in lws_cose_val_alg_destroy() 235 shs = 8; in lws_cose_val_alg_destroy() 242 if (cps->mac_pos != shs) { in lws_cose_val_alg_destroy() 249 (uint32_t)shs); in lws_cose_val_alg_destroy()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 2307 struct crocus_shader_state *shs = &ice->state.shaders[stage]; in crocus_bind_sampler_states() local 2314 if (shs->samplers[start + i] != states[i]) { in crocus_bind_sampler_states() 2315 shs->samplers[start + i] = states[i]; in crocus_bind_sampler_states() 2599 struct crocus_shader_state *shs = &ice->state.shaders[stage]; in crocus_upload_sampler_states() local 2615 uint32_t *map = stream_state(batch, size, 32, &shs->sampler_offset); in crocus_upload_sampler_states() 2621 struct crocus_sampler_state *state = shs->samplers[i]; in crocus_upload_sampler_states() 2622 struct crocus_sampler_view *tex = shs->textures[i]; in crocus_upload_sampler_states() 3060 struct crocus_shader_state *shs = &ice->state.shaders[stage]; in crocus_set_shader_images() local 3064 shs->bound_image_views &= ~u_bit_consecutive(start_slot, count); in crocus_set_shader_images() 3067 struct crocus_image_view *iv = &shs in crocus_set_shader_images() 3156 struct crocus_shader_state *shs = &ice->state.shaders[stage]; crocus_set_sampler_views() local 3200 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_CTRL]; crocus_set_tess_state() local 3232 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_VERTEX]; crocus_set_clip_state() local 3490 struct crocus_shader_state *shs = &ice->state.shaders[stage]; crocus_set_constant_buffer() local 3532 struct crocus_shader_state *shs = &ice->state.shaders[stage]; upload_sysvals() local 3619 struct crocus_shader_state *shs = &ice->state.shaders[stage]; crocus_set_shader_buffers() local 5376 struct crocus_shader_state *shs = ff_gs ? NULL : &ice->state.shaders[stage]; crocus_populate_binding_table() local 5653 struct crocus_shader_state *shs = &ice->state.shaders[stage]; setup_constant_buffers() local 6279 struct crocus_shader_state *shs = &ice->state.shaders[stage]; global() local 6358 struct crocus_shader_state *shs = &ice->state.shaders[stage]; global() local 8053 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_COMPUTE]; global() local 8294 struct crocus_shader_state *shs = &ice->state.shaders[stage]; global() local 8374 struct crocus_shader_state *shs = &ice->state.shaders[s]; global() local [all...] |
H A D | crocus_resolve.c | 90 struct crocus_shader_state *shs, in resolve_sampler_views() 95 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0; in resolve_sampler_views() 99 struct crocus_sampler_view *isv = shs->textures[i]; in resolve_sampler_views() 131 struct crocus_shader_state *shs, in resolve_image_views() 136 uint32_t views = shs->bound_image_views; in resolve_image_views() 140 struct pipe_image_view *pview = &shs->image[i].base; in resolve_image_views() 203 struct crocus_shader_state *shs = &ice->state.shaders[stage]; in crocus_predraw_resolve_inputs() local 210 resolve_sampler_views(ice, batch, shs, info, draw_aux_buffer_disabled, in crocus_predraw_resolve_inputs() 212 resolve_image_views(ice, batch, shs, draw_aux_buffer_disabled, in crocus_predraw_resolve_inputs() 88 resolve_sampler_views(struct crocus_context *ice, struct crocus_batch *batch, struct crocus_shader_state *shs, const struct shader_info *info, bool *draw_aux_buffer_disabled, bool consider_framebuffer) resolve_sampler_views() argument 129 resolve_image_views(struct crocus_context *ice, struct crocus_batch *batch, struct crocus_shader_state *shs, bool *draw_aux_buffer_disabled, bool consider_framebuffer) resolve_image_views() argument
|
H A D | crocus_program.c | 858 * they are uploaded separately from shs->constbufs[], but from a shader in crocus_setup_binding_table() 1292 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_VERTEX]; in crocus_update_compiled_vs() local 1321 shs->sysvals_need_upload = true; in crocus_update_compiled_vs() 1519 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_CTRL]; in crocus_update_compiled_tcs() local 1558 shs->sysvals_need_upload = true; in crocus_update_compiled_tcs() 1663 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_EVAL]; in crocus_update_compiled_tes() local 1691 shs->sysvals_need_upload = true; in crocus_update_compiled_tes() 1804 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_GEOMETRY]; in crocus_update_compiled_gs() local 1835 shs->sysvals_need_upload = true; in crocus_update_compiled_gs() 1938 struct crocus_shader_state *shs in crocus_update_compiled_fs() local 2037 struct crocus_shader_state *shs = &ice->state.shaders[stage]; crocus_update_pull_constant_descriptors() local 2606 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_COMPUTE]; crocus_update_compiled_cs() local [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | execution.cc | 405 SealHandleScope shs(isolate); in Invoke() 623 SealHandleScope shs(isolate); in CallWasm()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | disassembler.cc | 470 SealHandleScope shs(isolate); in Decode()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp.cc | 344 SealHandleScope shs(isolate); in SetAtomLastCapture() 414 SealHandleScope shs(isolate); in AtomExec()
|