Home
last modified time | relevance | path

Searched defs:encode_args (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/bvh/
H A Dbuild_interface.h72 struct encode_args { struct
73 VOID_REF intermediate_bvh;
74 VOID_REF output_bvh;
76 uint32_t output_bvh_offset;
77 uint32_t leaf_node_count;
78 uint32_t geometry_type;
/aosp_15_r20/external/python/cpython2/Lib/
Dmimify.py461 encode_args = (sys.stdin, sys.stdout) variable
463 encode_args = (args[0], sys.stdout) variable
465 encode_args = (args[0], args[1]) variable
467 encode_args = encode_args + (decode_base64,) variable
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/
H A Dencode.py65 def encode_args(*args: int | float | bytes | str) -> bytes: function
/aosp_15_r20/external/executorch/docs/source/tutorials_source/
H A Dexport-to-executorch-tutorial.py269 encode_args = (torch.randn(1, 10),) variable