Home
last modified time | relevance | path

Searched refs:ubo_block (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dreflection.linked.options.out4 ubo_block.unused_uniform: offset 0, type 1406, size 1, index 0, binding -1, stages 0
5 ubo_block.shared_uniform: offset 4, type 1406, size 1, index 0, binding -1, stages 17
6 ubo_block.vsonly_uniform: offset 8, type 1406, size 1, index 0, binding -1, stages 1
7 ubo_block.fsonly_uniform: offset 12, type 1406, size 1, index 0, binding -1, stages 16
10 ubo_block: offset -1, type ffffffff, size 16, index 0, binding 0, stages 17, numMembers 4
Dreflection.linked.out4 ubo_block.shared_uniform: offset 4, type 1406, size 1, index 0, binding -1, stages 17
5 ubo_block.vsonly_uniform: offset 8, type 1406, size 1, index 0, binding -1, stages 17
6 ubo_block.fsonly_uniform: offset 12, type 1406, size 1, index 0, binding -1, stages 16
9 ubo_block: offset -1, type ffffffff, size 16, index 0, binding 0, stages 17, numMembers 4
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dreflection.linked.options.out4 ubo_block.unused_uniform: offset 0, type 1406, size 1, index 0, binding -1, stages 0
5 ubo_block.shared_uniform: offset 4, type 1406, size 1, index 0, binding -1, stages 17
6 ubo_block.vsonly_uniform: offset 8, type 1406, size 1, index 0, binding -1, stages 1
7 ubo_block.fsonly_uniform: offset 12, type 1406, size 1, index 0, binding -1, stages 16
10 ubo_block: offset -1, type ffffffff, size 16, index 0, binding 0, stages 17, numMembers 4
Dreflection.linked.out4 ubo_block.shared_uniform: offset 4, type 1406, size 1, index 0, binding -1, stages 17
5 ubo_block.vsonly_uniform: offset 8, type 1406, size 1, index 0, binding -1, stages 17
6 ubo_block.fsonly_uniform: offset 12, type 1406, size 1, index 0, binding -1, stages 16
9 ubo_block: offset -1, type ffffffff, size 16, index 0, binding 0, stages 17, numMembers 4
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dreflection.linked.frag3 layout(binding = 0, std140) uniform ubo_block {
Dreflection.linked.vert3 layout(binding = 0, std140) uniform ubo_block {
/external/deqp-deps/glslang/Test/
Dreflection.linked.frag3 layout(binding = 0, std140) uniform ubo_block {
Dreflection.linked.vert3 layout(binding = 0, std140) uniform ubo_block {
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp4561 const unsigned ubo_block = nir_src_as_uint(instr->src[0]); in nir_emit_intrinsic() local
4567 if (range->block == ubo_block && in nir_emit_intrinsic()