/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | dhdioctl.h | 38 uint cmd; /* common ioctl definition */ 40 uint len; /* length of user buffer */ 42 uint used; /* bytes read or written (optional) */ 43 uint needed; /* bytes needed (optional) */ 44 uint driver; /* to identify target driver */ 92 uint version; /* To allow structure change tracking */ 93 uint freq; /* Max ticks between tx/rx attempts */ 94 uint count; /* Test packets to send/rcv each attempt */ 95 uint print; /* Print counts every <print> attempts */ 96 uint total; /* Total packets (or bursts) */ [all …]
|
D | hndrte_cons.h | 31 uint buf_size; 32 uint idx; 43 volatile uint vcons_in; 44 volatile uint vcons_out; 57 uint cbuf_idx;
|
D | bcmutils.h | 87 uint countdown = (us) + 9; \ 311 extern int pktq_mlen(struct pktq *pq, uint prec_bmp); 312 extern void *pktq_mdeq(struct pktq *pq, uint prec_bmp, int *prec_out); 313 extern void *pktq_mpeek(struct pktq *pq, uint prec_bmp, int *prec_out); 342 extern uint pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf); 343 extern uint pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf); 344 extern uint pkttotlen(osl_t *osh, void *p); 346 extern uint pktsegcnt(osl_t *osh, void *p); 347 extern uint pktsegcnt_war(osl_t *osh, void *p); 348 extern uint8 *pktdataoffset(osl_t *osh, void *p, uint offset); [all …]
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | Astc.comp | 31 uint baseLayer; 32 uint smallBlock; 48 const uint kTritEncodings[256][5] = { 103 const uint kQuintEncodings[128][3] = { 123 const uint kRQuantParamTable[kRQuantParamTableLength][3] = { 147 uint bit(uint u, int bit) { return (u >> bit) & 1; } 149 uint bits128(uvec4 u, uint bitStart, uint bitCount) { 150 uint firstIdx = bitStart / 32; 151 uint firstOffset = bitStart % 32; 152 uint bitMask = (1 << bitCount) - 1; [all …]
|
D | Etc2ShaderLib.comp | 19 const uint VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK = 147; 20 const uint VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK = 148; 21 const uint VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK = 149; 22 const uint VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK = 150; 23 const uint VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK = 151; 24 const uint VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK = 152; 25 const uint VK_FORMAT_EAC_R11_UNORM_BLOCK = 153; 26 const uint VK_FORMAT_EAC_R11_SNORM_BLOCK = 154; 27 const uint VK_FORMAT_EAC_R11G11_UNORM_BLOCK = 155; 28 const uint VK_FORMAT_EAC_R11G11_SNORM_BLOCK = 156; [all …]
|
D | AstcDecompressor.glsl | 63 uint numWeights; // Number of weights 65 uint weightDataSize; // Size of the weight data in bits 66 uint numPartitions; // Number of partitions (1-4) 67 uint partitionSeed; // Determines which partition pattern we use (10 bits) 73 uint getEncodingSize(uint numVals, uvec3 encoding) { 88 const uint bits01 = bitfieldExtract(astcBlock[3], 0, 2); 89 const uint bits23 = bitfieldExtract(astcBlock[3], 2, 2); 90 const uint bit4 = bitfieldExtract(astcBlock[3], 4, 1); 91 const uint bits56 = bitfieldExtract(astcBlock[3], 5, 2); 92 const uint bits78 = bitfieldExtract(astcBlock[3], 7, 2); [all …]
|
D | AstcNew.comp | 63 uint numWeights; // Number of weights 65 uint weightDataSize; // Size of the weight data in bits 66 uint numPartitions; // Number of partitions (1-4) 67 uint partitionSeed; // Determines which partition pattern we use (10 bits) 73 uint getEncodingSize(uint numVals, uvec3 encoding) { 88 const uint bits01 = bitfieldExtract(astcBlock[3], 0, 2); 89 const uint bits23 = bitfieldExtract(astcBlock[3], 2, 2); 90 const uint bit4 = bitfieldExtract(astcBlock[3], 4, 1); 91 const uint bits56 = bitfieldExtract(astcBlock[3], 5, 2); 92 const uint bits78 = bitfieldExtract(astcBlock[3], 7, 2); [all …]
|
D | AstcUnquantMap.comp | 21 const uint kUnquantTritWeightMapBitIdx[4] = { 28 const uint kUnquantTritWeightMap[45] = { 33 const uint kUnquantQuintWeightMapBitIdx[3] = { 39 const uint kUnquantQuintWeightMap[35] = { 44 const uint kUnquantTritColorMapBitIdx[7] = { 48 const uint kUnquantTritColorMap[381] = { 72 const uint kUnquantQuintColorMapBitIdx[6] = { 76 const uint kUnquantQuintColorMap[315] = {
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | matrix_integer.hpp | 185 typedef tmat2x2<uint, highp> highp_umat2; 189 typedef tmat3x3<uint, highp> highp_umat3; 193 typedef tmat4x4<uint, highp> highp_umat4; 197 typedef tmat2x2<uint, highp> highp_umat2x2; 201 typedef tmat2x3<uint, highp> highp_umat2x3; 205 typedef tmat2x4<uint, highp> highp_umat2x4; 209 typedef tmat3x2<uint, highp> highp_umat3x2; 213 typedef tmat3x3<uint, highp> highp_umat3x3; 217 typedef tmat3x4<uint, highp> highp_umat3x4; 221 typedef tmat4x2<uint, highp> highp_umat4x2; [all …]
|
D | type_aligned.hpp | 46 typedef tvec1<uint, aligned_highp> aligned_highp_uvec1; 47 typedef tvec1<uint, aligned_mediump> aligned_mediump_uvec1; 48 typedef tvec1<uint, aligned_lowp> aligned_lowp_uvec1; 62 typedef tvec1<uint, packed_highp> packed_highp_uvec1; 63 typedef tvec1<uint, packed_mediump> packed_mediump_uvec1; 64 typedef tvec1<uint, packed_lowp> packed_lowp_uvec1; 109 typedef tvec2<uint, aligned_highp> aligned_highp_uvec2; 113 typedef tvec2<uint, aligned_mediump> aligned_mediump_uvec2; 117 typedef tvec2<uint, aligned_lowp> aligned_lowp_uvec2; 171 typedef tvec3<uint, aligned_highp> aligned_highp_uvec3; [all …]
|
D | ulp.hpp | 43 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance); 48 GLM_FUNC_DECL genType prev_float(genType const & x, uint const & Distance); 53 GLM_FUNC_DECL uint float_distance(T const & x, T const & y); 58 GLM_FUNC_DECL vecType<uint> float_distance(vecType<T> const & x, vecType<T> const & y);
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | integer.hpp | 55 GLM_FUNC_DECL uint pow(uint x, uint y); 59 GLM_FUNC_DECL uint sqrt(uint x); 63 GLM_FUNC_DECL uint mod(uint x, uint y); 67 GLM_FUNC_DECL uint nlz(uint x);
|
D | integer.inl | 112 GLM_FUNC_QUALIFIER uint pow(uint x, uint y) 114 uint result = x; 115 for(uint i = 1; i < y; ++i) 120 GLM_FUNC_QUALIFIER uint sqrt(uint x) 124 uint NextTrial = x >> 1; 125 uint CurrentAnswer; 136 GLM_FUNC_QUALIFIER uint mod(uint x, uint y)
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_packing.hpp | 33 GLM_FUNC_DECL uint packUnorm2x16(vec2 const & v); 46 GLM_FUNC_DECL uint packSnorm2x16(vec2 const & v); 59 GLM_FUNC_DECL uint packUnorm4x8(vec4 const & v); 72 GLM_FUNC_DECL uint packSnorm4x8(vec4 const & v); 85 GLM_FUNC_DECL vec2 unpackUnorm2x16(uint p); 98 GLM_FUNC_DECL vec2 unpackSnorm2x16(uint p); 111 GLM_FUNC_DECL vec4 unpackUnorm4x8(uint p); 124 GLM_FUNC_DECL vec4 unpackSnorm4x8(uint p); 153 GLM_FUNC_DECL uint packHalf2x16(vec2 const & v); 163 GLM_FUNC_DECL vec2 unpackHalf2x16(uint v);
|
D | func_packing.inl | 10 GLM_FUNC_QUALIFIER uint packUnorm2x16(vec2 const & v) 15 uint out; 26 GLM_FUNC_QUALIFIER vec2 unpackUnorm2x16(uint p) 30 uint in; 39 GLM_FUNC_QUALIFIER uint packSnorm2x16(vec2 const & v) 44 uint out; 55 GLM_FUNC_QUALIFIER vec2 unpackSnorm2x16(uint p) 59 uint in; 68 GLM_FUNC_QUALIFIER uint packUnorm4x8(vec4 const & v) 73 uint out; [all …]
|
D | func_integer.hpp | 34 GLM_FUNC_DECL vecType<uint, P> uaddCarry( 35 vecType<uint, P> const & x, 36 vecType<uint, P> const & y, 37 vecType<uint, P> & carry); 48 GLM_FUNC_DECL vecType<uint, P> usubBorrow( 49 vecType<uint, P> const & x, 50 vecType<uint, P> const & y, 51 vecType<uint, P> & borrow); 63 vecType<uint, P> const & x, 64 vecType<uint, P> const & y, [all …]
|
D | type_gentype.inl | 10 template <typename vT, uint cT, uint rT, profile pT> 16 template <typename vT, uint cT, uint rT, profile pT> 22 template <typename vT, uint cT, uint rT, profile pT> 28 template <typename vT, uint cT, uint rT, profile pT> 34 template <typename vT, uint cT, uint rT, profile pT> 40 template <typename vT, uint cT, uint rT, profile pT> 49 template <typename vT, uint cT, uint rT, profile pT> 55 template <typename vT, uint cT, uint rT, profile pT> 72 template <typename vT, uint cT, uint rT, profile pT> 108 template <typename vT, uint cT, uint rT, profile pT> [all …]
|
D | type_vec.hpp | 118 typedef tvec1<uint, highp> highp_uvec1_t; 119 typedef tvec1<uint, mediump> mediump_uvec1_t; 120 typedef tvec1<uint, lowp> lowp_uvec1_t; 196 typedef tvec2<uint, highp> highp_uvec2; 203 typedef tvec2<uint, mediump> mediump_uvec2; 210 typedef tvec2<uint, lowp> lowp_uvec2; 306 typedef tvec3<uint, highp> highp_uvec3; 313 typedef tvec3<uint, mediump> mediump_uvec3; 320 typedef tvec3<uint, lowp> lowp_uvec3; 403 typedef tvec4<uint, highp> highp_uvec4; [all …]
|
D | func_integer.inl | 181 GLM_FUNC_QUALIFIER uint uaddCarry(uint const & x, uint const & y, uint & Carry) 190 …GLM_FUNC_QUALIFIER vecType<uint, P> uaddCarry(vecType<uint, P> const & x, vecType<uint, P> const &… argument 199 GLM_FUNC_QUALIFIER uint usubBorrow(uint const & x, uint const & y, uint & Borrow) 201 GLM_STATIC_ASSERT(sizeof(uint) == sizeof(uint32), "uint and uint32 size mismatch"); 211 …GLM_FUNC_QUALIFIER vecType<uint, P> usubBorrow(vecType<uint, P> const & x, vecType<uint, P> const … argument 213 Borrow = mix(vecType<uint, P>(1), vecType<uint, P>(0), greaterThanEqual(x, y)); 214 vecType<uint, P> const YgeX(y - x); 215 …vecType<uint, P> const XgeY(vecType<uint32, P>((static_cast<int64>(1) << static_cast<int64>(32)) +… 220 GLM_FUNC_QUALIFIER void umulExtended(uint const & x, uint const & y, uint & msb, uint & lsb) 222 GLM_STATIC_ASSERT(sizeof(uint) == sizeof(uint32), "uint and uint32 size mismatch"); [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 58 uint 59 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktcopy() 61 uint n, ret = 0; in pktcopy() 68 if (offset < (uint)PKTLEN(osh, p)) in pktcopy() 78 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktcopy() 90 uint 91 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktfrombuf() 93 uint n, ret = 0; in pktfrombuf() 97 if (offset < (uint)PKTLEN(osh, p)) in pktfrombuf() 107 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktfrombuf() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_HUAWEI_cluster_culling_shader.adoc | 97 uint instance_id; 115 uint instance_idx; 128 uint begin; 129 uint end; 130 uint cluster_count; 131 uint debug; 137 uint indexcount; 138 uint instanceCount; 139 uint firstIndex; 141 uint firstInstance; [all …]
|
/hardware/qcom/sm8150/display/gpu_tonemapper/ |
D | EGLImageBuffer.h | 33 uint textureID; 34 uint renderbufferID; 35 uint framebufferID;
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | EGLImageBuffer.h | 33 uint textureID; 34 uint renderbufferID; 35 uint framebufferID;
|
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | EGLImageBuffer.h | 33 uint textureID; 34 uint renderbufferID; 35 uint framebufferID;
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | EGLImageBuffer.h | 33 uint textureID; 34 uint renderbufferID; 35 uint framebufferID;
|