Home
last modified time | relevance | path

Searched refs:scalar_block_layout (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_validator_options.h47 scalar_block_layout(false), in spv_validator_options_t()
56 bool scalar_block_layout; member
Dspirv_validator_options.cpp111 options->scalar_block_layout = val; in spvValidatorOptionsSetScalarBlockLayout()
/external/deqp-deps/SPIRV-Tools/source/
Dspirv_validator_options.h47 scalar_block_layout(false), in spv_validator_options_t()
57 bool scalar_block_layout; member
Dspirv_validator_options.cpp111 options->scalar_block_layout = val; in spvValidatorOptionsSetScalarBlockLayout()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp382 bool scalar_block_layout, in checkLayout() argument
399 scalar_block_layout](uint32_t member_idx) -> DiagnosticStream { in checkLayout()
405 << (scalar_block_layout in checkLayout()
460 scalar_block_layout in checkLayout()
469 if (!scalar_block_layout && relaxed_block_layout && in checkLayout()
492 if (!scalar_block_layout && relaxed_block_layout) { in checkLayout()
504 scalar_block_layout, in checkLayout()
557 blockRules, scalar_block_layout, in checkLayout()
567 array_alignment = scalar_block_layout in checkLayout()
581 if (!scalar_block_layout && blockRules && in checkLayout()
[all …]
Dvalidation_state.h104 bool scalar_block_layout = false; member
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp395 const bool scalar_block_layout = vstate.options()->scalar_block_layout; in checkLayout() local
399 scalar_block_layout](uint32_t member_idx) -> DiagnosticStream { in checkLayout()
405 << (scalar_block_layout in checkLayout()
460 scalar_block_layout in checkLayout()
469 if (!scalar_block_layout && relaxed_block_layout && in checkLayout()
492 if (!scalar_block_layout && relaxed_block_layout) { in checkLayout()
565 array_alignment = scalar_block_layout in checkLayout()
579 if (!scalar_block_layout && blockRules && in checkLayout()
Dvalidation_state.h104 bool scalar_block_layout = false; member