Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/bvh/
Danv_build_interface.h18 struct encode_args { struct
20 VOID_REF intermediate_bvh;
23 VOID_REF output_bvh;
28 uint32_t output_bvh_offset;
30 uint32_t leaf_node_count;
31 uint32_t geometry_type;
/external/mesa3d/src/amd/vulkan/bvh/
Dbuild_interface.h29 struct encode_args { struct
30 VOID_REF intermediate_bvh;
31 VOID_REF output_bvh;
33 uint32_t output_bvh_offset;
34 uint32_t leaf_node_count;
35 uint32_t geometry_type;
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Dencode.py65 def encode_args(*args: int | float | bytes | str) -> bytes: function
/external/executorch/docs/source/tutorials_source/
Dexport-to-executorch-tutorial.py269 encode_args = (torch.randn(1, 10),) variable