Home
last modified time | relevance | path

Searched refs:v_type (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_extensions.cpp1159 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1160 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 4 || in ValidateExtInst()
1161 _.GetBitWidth(v_type) != 32) { in ValidateExtInst()
1179 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1180 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1181 _.GetBitWidth(v_type) != 32) { in ValidateExtInst()
1197 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1198 if (!_.IsIntVectorType(v_type) || in ValidateExtInst()
1218 const uint32_t v_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
1239 const uint32_t v_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
1258 const uint32_t v_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_extensions.cpp1159 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1160 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 4 || in ValidateExtInst()
1161 _.GetBitWidth(v_type) != 32) { in ValidateExtInst()
1179 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1180 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1181 _.GetBitWidth(v_type) != 32) { in ValidateExtInst()
1197 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1198 if (!_.IsIntVectorType(v_type) || in ValidateExtInst()
1218 const uint32_t v_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
1239 const uint32_t v_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
1258 const uint32_t v_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_extensions.cpp1488 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1489 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 4 || in ValidateExtInst()
1490 _.GetBitWidth(v_type) != 32) { in ValidateExtInst()
1508 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1509 if (!_.IsFloatVectorType(v_type) || _.GetDimension(v_type) != 2 || in ValidateExtInst()
1510 _.GetBitWidth(v_type) != 32) { in ValidateExtInst()
1526 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1527 if (!_.IsIntVectorType(v_type) || in ValidateExtInst()
1547 const uint32_t v_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
1568 const uint32_t v_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
1587 const uint32_t v_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
[all...]
/third_party/rust/crates/libc/src/
H A Dpsp.rs3617 v_type: i32, in sceGuDrawBezier()
3627 v_type: i32, in sceGuDrawSpline()
3640 v_type: i32, in sceGuDrawArrayN()
3649 v_type: i32, in sceGumDrawArray()
3656 v_type: i32, in sceGumDrawArrayN()
3663 v_type: i32, in sceGumDrawBezier()
3670 v_type: i32, in sceGumDrawSpline()
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.2.c6285 uint32_t v_type = 0; in wuffs_deflate__decoder__decode_blocks() local
6322 v_type = ((self->private_impl.f_bits >> 1) & 3); in wuffs_deflate__decoder__decode_blocks()
6325 if (v_type == 0) { in wuffs_deflate__decoder__decode_blocks()
6339 } else if (v_type == 1) { in wuffs_deflate__decoder__decode_blocks()
6351 } else if (v_type == 2) { in wuffs_deflate__decoder__decode_blocks()
H A Dwuffs-v0.3.c25798 uint32_t v_type = 0; in wuffs_deflate__decoder__decode_blocks() local
25835 v_type = ((self->private_impl.f_bits >> 1) & 3); in wuffs_deflate__decoder__decode_blocks()
25838 if (v_type == 0) { in wuffs_deflate__decoder__decode_blocks()
25851 } else if (v_type == 1) { in wuffs_deflate__decoder__decode_blocks()
25863 } else if (v_type == 2) { in wuffs_deflate__decoder__decode_blocks()
[all...]
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c26885 uint32_t v_type = 0; in wuffs_deflate__decoder__decode_blocks() local
26922 v_type = ((self->private_impl.f_bits >> 1) & 3); in wuffs_deflate__decoder__decode_blocks()
26925 if (v_type == 0) { in wuffs_deflate__decoder__decode_blocks()
26938 } else if (v_type == 1) { in wuffs_deflate__decoder__decode_blocks()
26950 } else if (v_type == 2) { in wuffs_deflate__decoder__decode_blocks()
[all...]

Completed in 115 milliseconds