OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ssbo
(Results
26 - 50
of
173
) sorted by null
1
2
3
4
5
6
7
/external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp
[
all
...]
es31fNegativeShaderApiTests.cpp
[
all
...]
es31fSSBOArrayLengthTests.cpp
21
* \brief
SSBO
array length tests.
117
// check the
ssbo
has expected layout
es31fSSBOLayoutCase.hpp
23
* \brief
SSBO
layout tests.
/external/deqp/doc/testspecs/GLES31/
functional.synchronization.txt
45
memoryBarrierImage().
SSBO
accesses do not need to be explicitly synchronized
functional.tessellation_geometry_interaction.txt
36
+
SSBO
memory access ordering test between tessellation and geometry shaders
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemTests.cpp
83
de::MovePtr<tcu::TestCaseGroup> ssboTestGroup (new tcu::TestCaseGroup(testCtx, "
ssbo
", "Storage Buffer Tests"));
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5SSBOArrayIndexing.cpp
26
* \brief GPUShader5
SSBO
Array Indexing (Test 5)
73
/* Size of the
ssbo
array */
esextcGPUShader5Tests.cpp
72
/*
SSBO
Array Indexing (Test 5) applicable only to OpenGL 4.x*/
/external/mesa3d/src/gallium/drivers/radeon/
r600_query.c
1384
struct pipe_shader_buffer
ssbo
[3];
local
[
all
...]
/external/mesa3d/src/compiler/glsl/
ast_array_index.cpp
237
/* Unsized array non-constant indexing on
SSBO
is allowed only for
238
* the last member of the
SSBO
definition.
248
"
SSBO
.");
ir_array_refcount.cpp
202
/* An unsized array can occur at the end of an
SSBO
. We can't track
ir.h
327
ir_var_shader_storage, /**< Variable declared as an
ssbo
. */
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp
406
throw tcu::NotSupportedError("
SSBO
and image writes not supported in vertex pipeline");
409
throw tcu::NotSupportedError("
SSBO
and image writes not supported in fragment shader");
vktPipelineSpecConstantUtil.cpp
389
throw tcu::NotSupportedError("
SSBO
and image writes not supported in vertex pipeline");
392
throw tcu::NotSupportedError("
SSBO
and image writes not supported in fragment shader");
/external/mesa3d/src/compiler/spirv/
vtn_private.h
208
/* for structs, whether it was decorated as a "non-
SSBO
-like" block */
211
/* for structs, whether it was decorated as an "
SSBO
-like" block */
/external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp
[
all
...]
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferMAXSizeValidation.hpp
86
* Initialize a buffer object to be assigned as
ssbo
's data store.
esextcTextureBufferOperations.hpp
46
* 6. via
ssbo
writes
180
* Initialize a buffer object to be assigned as
ssbo
data store. The size of
195
* For each case compare the contents of the data store of
ssbo
's buffer object
437
/* Test Case 6 -
ssbo
writes */
esextcTextureBufferTests.cpp
79
/* Case 6 - via
ssbo
writes*/
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
gles32-master.txt
[
all
...]
/external/deqp/external/openglcts/modules/gles31/
es31cComputeShaderTests.cpp
493
"4. Verify that CS can write to
SSBO
.";
498
return "Create and dispatch CS. Verify
SSBO
content.";
587
"3. Verify
SSBO
content.";
731
return "Verify that CS is able to read data from UBOs and write it to
SSBO
.";
738
"3. Read data from each UBO and write it to
SSBO
." NL "4. Verify
SSBO
content." NL
926
"3. Sample each texture and write sampled value to
SSBO
." NL "4. Verify
SSBO
content." NL
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsBallotTests.cpp
411
//Tests which don't use the
SSBO
427
TCU_THROW(NotSupportedError, "Device does not support vertex stage
SSBO
writes");
vktSubgroupsBuiltinMaskVarTests.cpp
410
//Tests which don't use the
SSBO
421
TCU_THROW(NotSupportedError, "Device does not support vertex stage
SSBO
writes");
vktSubgroupsShapeTests.cpp
514
//Tests which don't use the
SSBO
525
TCU_THROW(NotSupportedError, "Device does not support vertex stage
SSBO
writes");
Completed in 1250 milliseconds
1
2
3
4
5
6
7