Home
last modified time | relevance | path

Searched refs:shs (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resolve.c87 struct iris_shader_state *shs, in resolve_sampler_views() argument
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() argument
124 uint32_t views = info ? (shs->bound_image_views & info->images_used) : 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() argument
[all …]
Diris_state.c2077 struct iris_shader_state *shs = &ice->state.shaders[stage]; in iris_bind_sampler_states() local
2085 if (shs->samplers[start + i] != state) { in iris_bind_sampler_states()
2086 shs->samplers[start + i] = state; in iris_bind_sampler_states()
2104 struct iris_shader_state *shs = &ice->state.shaders[stage]; in iris_upload_sampler_states() local
2121 upload_state(ice->state.dynamic_uploader, &shs->sampler_table, size, 32); in iris_upload_sampler_states()
2125 struct pipe_resource *res = shs->sampler_table.res; in iris_upload_sampler_states()
2129 bo->address + shs->sampler_table.offset, size); in iris_upload_sampler_states()
2131 shs->sampler_table.offset += iris_bo_offset_from_base_address(bo); in iris_upload_sampler_states()
2139 struct iris_sampler_state *state = shs->samplers[i]; in iris_upload_sampler_states()
2140 struct iris_sampler_view *tex = shs->textures[i]; in iris_upload_sampler_states()
[all …]
Diris_program.c1394 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_VERTEX]; in iris_update_compiled_vs() local
1422 shs->sysvals_need_upload = true; in iris_update_compiled_vs()
1591 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_CTRL]; in iris_update_compiled_tcs() local
1654 shs->sysvals_need_upload = true; in iris_update_compiled_tcs()
1754 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_EVAL]; in iris_update_compiled_tes() local
1781 shs->sysvals_need_upload = true; in iris_update_compiled_tes()
1886 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_GEOMETRY]; in iris_update_compiled_gs() local
1918 shs->sysvals_need_upload = true; in iris_update_compiled_gs()
2022 struct iris_shader_state *shs = &ice->state.shaders[MESA_SHADER_FRAGMENT]; in iris_update_compiled_fs() local
2061 shs->sysvals_need_upload = true; in iris_update_compiled_fs()
[all …]
Diris_resource.c2500 struct iris_shader_state *shs = &ice->state.shaders[stage]; in iris_dirty_for_history() local
2501 shs->dirty_cbufs |= ~0u; in iris_dirty_for_history()
/third_party/libwebsockets/lib/cose/
Dcose_validate_alg.c195 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/
Dcrocus_resolve.c90 struct crocus_shader_state *shs, in resolve_sampler_views() argument
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() argument
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()
Dcrocus_state.c2306 struct crocus_shader_state *shs = &ice->state.shaders[stage]; in crocus_bind_sampler_states() local
2313 if (shs->samplers[start + i] != states[i]) { in crocus_bind_sampler_states()
2314 shs->samplers[start + i] = states[i]; in crocus_bind_sampler_states()
2598 struct crocus_shader_state *shs = &ice->state.shaders[stage]; in crocus_upload_sampler_states() local
2614 uint32_t *map = stream_state(batch, size, 32, &shs->sampler_offset); in crocus_upload_sampler_states()
2620 struct crocus_sampler_state *state = shs->samplers[i]; in crocus_upload_sampler_states()
2621 struct crocus_sampler_view *tex = shs->textures[i]; in crocus_upload_sampler_states()
3055 struct crocus_shader_state *shs = &ice->state.shaders[stage]; in crocus_set_shader_images() local
3059 shs->bound_image_views &= ~u_bit_consecutive(start_slot, count); in crocus_set_shader_images()
3062 struct crocus_image_view *iv = &shs->image[start_slot + i]; in crocus_set_shader_images()
[all …]
Dcrocus_program.c1284 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_VERTEX]; in crocus_update_compiled_vs() local
1313 shs->sysvals_need_upload = true; in crocus_update_compiled_vs()
1506 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_CTRL]; in crocus_update_compiled_tcs() local
1545 shs->sysvals_need_upload = true; in crocus_update_compiled_tcs()
1641 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_TESS_EVAL]; in crocus_update_compiled_tes() local
1669 shs->sysvals_need_upload = true; in crocus_update_compiled_tes()
1775 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_GEOMETRY]; in crocus_update_compiled_gs() local
1806 shs->sysvals_need_upload = true; in crocus_update_compiled_gs()
1909 struct crocus_shader_state *shs = &ice->state.shaders[MESA_SHADER_FRAGMENT]; in crocus_update_compiled_fs() local
1949 shs->sysvals_need_upload = true; in crocus_update_compiled_fs()
[all …]
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv770 …d_n��y{y�����ka`defe\PIKKLMLOPPTUX[acdd`XQ\Z[_gt����a]rrhkd`����|ZTkuu���shs��������������������…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12562 "shadd\003shl\004shll\005shll2\004shrn\005shrn2\005shrnb\005shrnt\005shs"