OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:z_out
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_meta_clear.c
101
nir_variable *
z_out
=
local
117
if (
z_out
) {
118
z_out
->data.location = FRAG_RESULT_DEPTH;
119
z_out
->data.driver_location = drv_loc++;
120
nir_store_var(&b,
z_out
, nir_channel(&b, clear_values, 0), 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c
596
LLVMValueRef
z_out
= NULL, s_out = NULL;
local
709
z_out
= lp_build_array_alloca(gallivm,
1077
LLVMValueRef ptr = LLVMBuildGEP(builder,
z_out
, &idx, 1, "");
1170
LLVMValueRef ptr = LLVMBuildGEP(builder,
z_out
, &idx, 1, "");
Completed in 10 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026