Home
last modified time | relevance | path

Searched refs:lookup_shader (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c93 lookup_shader(struct st_context *st, in lookup_shader() function
301 void *vs = lookup_shader(st, numAttribs, in st_DrawTex()
/third_party/mesa3d/src/intel/blorp/
Dblorp.h52 bool (*lookup_shader)(struct blorp_batch *batch, member
Dblorp_clear.c67 if (blorp->lookup_shader(batch, &blorp_key, sizeof(blorp_key), in blorp_params_get_clear_kernel_fs()
131 if (blorp->lookup_shader(batch, &blorp_key, sizeof(blorp_key), in blorp_params_get_clear_kernel_cs()
231 if (blorp->lookup_shader(batch, &blorp_key, sizeof(blorp_key), in blorp_params_get_layer_offset_vs()
1297 if (blorp->lookup_shader(batch, &blorp_key, sizeof(blorp_key), in blorp_params_get_mcs_partial_resolve_kernel()
Dblorp.c379 if (blorp->lookup_shader(batch, &key, sizeof(key), in blorp_ensure_sf_program()
Dblorp_blit.c1515 if (blorp->lookup_shader(batch, key, sizeof(*key), in brw_blorp_get_blit_kernel_fs()
1556 if (blorp->lookup_shader(batch, prog_key, sizeof(*prog_key), in brw_blorp_get_blit_kernel_cs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c424 ice->blorp.lookup_shader = crocus_blorp_lookup_shader; in genX()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c494 ice->blorp.lookup_shader = iris_blorp_lookup_shader; in genX()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c96 device->blorp.lookup_shader = lookup_blorp_shader; in anv_device_init_blorp()