Home
last modified time | relevance | path

Searched refs:binary_type (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dcompat.py18 binary_type = bytes variable
44 binary_type = str variable
Dfilters.py70 elif not isinstance(x, compat.binary_type):
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dprogram.hpp66 cl_program_binary_type binary_type() const;
Dprogram.cpp112 program::build::binary_type() const { in binary_type() function in program::build
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp251 const auto t = prog.build(dev).binary_type(); in validate_link_devices()
411 buf.as_scalar<cl_program_binary_type>() = prog.build(dev).binary_type(); in clGetProgramBuildInfo()
/external/flatbuffers/tests/
Dpy_test.py165 binary_type = compat.binary_types[0] # this will always exist variable in TestFuzz
166 ofInt32Bytes = binary_type([0x83, 0x33, 0x33, 0x33])
167 ofInt64Bytes = binary_type([0x84, 0x44, 0x44, 0x44,