Searched defs:index_type (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/sksl/ir/
H A DSkSLIndexExpression.h20 static const Type& index_type(const Context& context, const Type& type) { function in namespace:SkSL
48 : INHERITED(base->fPosition, kIndex_Kind, index_type(context, base->fType))
/external/vulkan-validation-layers/demos/smoke/
H A DMeshes.cpp83 static VkIndexType index_type() function in class:__anon24054::Mesh
419 index_type_(Mesh::index_type())
/external/v8/src/compiler/
H A Djs-builtin-reducer.cc1530 Type* index_type = NodeProperties::GetType(index); local
1534 if (index_type->Is(Type::Unsigned32())) {
1581 Type* index_type = NodeProperties::GetType(index); local
1585 if (index_type->Is(Type::Unsigned32())) {
H A Dsimplified-lowering.cc2176 Type* index_type = TypeOf(node->InputAt(0)); local
2178 if (index_type->Is(Type::Unsigned32())) {
2181 if (lower() && index_type->Max() < length_type->Min()) {
/external/v8/src/asmjs/
H A Dasm-typer.cc2544 AsmType* index_type; local
2545 RECURSE(index_type = ValidateExpression(heap->key()));
2546 if (!index_type->IsA(AsmType::Int())) {
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc3727 SeqStringSetCharCheckIndexType index_type,
3732 if (index_type == kIndexIsSmi) {
3748 Cmp(index, index_type == kIndexIsSmi ? scratch : Operand::UntagSmi(scratch));
3724 EmitSeqStringSetCharCheck( Register string, Register index, SeqStringSetCharCheckIndexType index_type, Register scratch, uint32_t encoding_mask) argument

Completed in 645 milliseconds