Home
last modified time | relevance | path

Searched defs:fbfetch (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h461 bool fbfetch; member
841 nir_variable *fbfetch; //for fs output member
1159 bool fbfetch; member
1193 uint32_t fbfetch:1; member
1973 VkDescriptorImageInfo fbfetch; member
H A Dzink_compiler.c1688 nir_variable *fbfetch = nir_variable_clone(var, b->shader); in lower_fbfetch_instr() local
1709 lower_fbfetch(nir_shader *shader, nir_variable **fbfetch, bool ms) in lower_fbfetch()
4141 nir_variable *fbfetch = NULL; in zink_shader_compile() local
H A Dzink_descriptors.c233 …_gfx_layout(struct zink_context *ctx, struct zink_descriptor_layout_key **layout_key, bool fbfetch) in create_gfx_layout()
H A Dzink_context.c2698 VkImageView fbfetch = zink_csurface(ctx->fb_state.cbufs[0])->image_view; in zink_update_fbfetch() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPixelLocalStorageTest.cpp2954 PLSTestTexture pls(GL_RGBA8), fbfetch(GL_RGBA8); in TEST_P() local