Searched refs:lookup_shader (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 93 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/ |
D | blorp.h | 52 bool (*lookup_shader)(struct blorp_batch *batch, member
|
D | blorp_clear.c | 67 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()
|
D | blorp.c | 379 if (blorp->lookup_shader(batch, &key, sizeof(key), in blorp_ensure_sf_program()
|
D | blorp_blit.c | 1515 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/ |
D | crocus_blorp.c | 424 ice->blorp.lookup_shader = crocus_blorp_lookup_shader; in genX()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blorp.c | 494 ice->blorp.lookup_shader = iris_blorp_lookup_shader; in genX()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 96 device->blorp.lookup_shader = lookup_blorp_shader; in anv_device_init_blorp()
|